diff options
author | Stefano Karapetsas <[email protected]> | 2013-01-24 21:05:32 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-24 21:05:32 +0100 |
commit | 698c1a83b5f2d566cf8a6500f49158f98c1efacf (patch) | |
tree | 9ed67a87562341719d8ad33c191e072b412af4bc /plugins/checkupdate/org.mate.pluma.plugins.checkupdate.gschema.xml.in.in | |
parent | 4bcb3b6f8b35aad20674fd88d97378d0612c10f2 (diff) | |
download | pluma-698c1a83b5f2d566cf8a6500f49158f98c1efacf.tar.bz2 pluma-698c1a83b5f2d566cf8a6500f49158f98c1efacf.tar.xz |
checkupdate: Migrate to GSettings
Diffstat (limited to 'plugins/checkupdate/org.mate.pluma.plugins.checkupdate.gschema.xml.in.in')
-rw-r--r-- | plugins/checkupdate/org.mate.pluma.plugins.checkupdate.gschema.xml.in.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/checkupdate/org.mate.pluma.plugins.checkupdate.gschema.xml.in.in b/plugins/checkupdate/org.mate.pluma.plugins.checkupdate.gschema.xml.in.in new file mode 100644 index 00000000..d8fab7e1 --- /dev/null +++ b/plugins/checkupdate/org.mate.pluma.plugins.checkupdate.gschema.xml.in.in @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.pluma.plugins.checkupdate" path="/org/mate/pluma/plugins/checkupdate/"> + <key name="ignore-version" type="s"> + <default>''</default> + <_summary>Version to ignore until the next version is released</_summary> + </key> + </schema> +</schemalist> |