diff options
Diffstat (limited to 'plugins/checkupdate/pluma-check-update.schemas.in')
-rwxr-xr-x | plugins/checkupdate/pluma-check-update.schemas.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/checkupdate/pluma-check-update.schemas.in b/plugins/checkupdate/pluma-check-update.schemas.in new file mode 100755 index 00000000..5d4d009a --- /dev/null +++ b/plugins/checkupdate/pluma-check-update.schemas.in @@ -0,0 +1,13 @@ +<mateconfschemafile> + <schemalist> + <schema> + <key>/schemas/apps/pluma-2/plugins/checkupdate/ignore_version</key> + <applyto>/apps/pluma-2/plugins/checkupdate/ignore_version</applyto> + <owner>pluma</owner> + <type>string</type> + <locale name="C"> + <short>Version to ignore until the next version is released</short> + </locale> + </schema> + </schemalist> +</mateconfschemafile> |