diff options
author | Perberos <[email protected]> | 2011-11-07 16:46:58 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 16:46:58 -0300 |
commit | 528c1e5ff51e213936e800fc5a9a25da99c0bdf2 (patch) | |
tree | 77f8aa456b09367ba81f04d4562fc935f898a951 /plugins/checkupdate/gedit-check-update.schemas.in | |
download | pluma-528c1e5ff51e213936e800fc5a9a25da99c0bdf2.tar.bz2 pluma-528c1e5ff51e213936e800fc5a9a25da99c0bdf2.tar.xz |
initial
Diffstat (limited to 'plugins/checkupdate/gedit-check-update.schemas.in')
-rwxr-xr-x | plugins/checkupdate/gedit-check-update.schemas.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/checkupdate/gedit-check-update.schemas.in b/plugins/checkupdate/gedit-check-update.schemas.in new file mode 100755 index 00000000..67bc892b --- /dev/null +++ b/plugins/checkupdate/gedit-check-update.schemas.in @@ -0,0 +1,13 @@ +<mateconfschemafile> + <schemalist> + <schema> + <key>/schemas/apps/gedit-2/plugins/checkupdate/ignore_version</key> + <applyto>/apps/gedit-2/plugins/checkupdate/ignore_version</applyto> + <owner>gedit</owner> + <type>string</type> + <locale name="C"> + <short>Version to ignore until the next version is released</short> + </locale> + </schema> + </schemalist> +</mateconfschemafile> |