diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-24 18:17:36 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-24 18:17:36 +0100 |
commit | d2d15da67e19e821d051d1b2382885854acd140c (patch) | |
tree | 21989327fc0e6a8d36e37318de970c7f6e72b6fe /charpick/charpick.schemas.in | |
parent | 8ea3054c1e05445f990c98db033754cf190d2a7a (diff) | |
download | mate-applets-d2d15da67e19e821d051d1b2382885854acd140c.tar.bz2 mate-applets-d2d15da67e19e821d051d1b2382885854acd140c.tar.xz |
charpick: migrate to gsettings
Diffstat (limited to 'charpick/charpick.schemas.in')
-rw-r--r-- | charpick/charpick.schemas.in | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/charpick/charpick.schemas.in b/charpick/charpick.schemas.in deleted file mode 100644 index bb3c9d7c..00000000 --- a/charpick/charpick.schemas.in +++ /dev/null @@ -1,36 +0,0 @@ -<mateconfschemafile> - <schemalist> - - <schema> - <key>/schemas/apps/charpick/prefs/default_list</key> - <owner>charpick_applet2</owner> - <type>string</type> - <locale name="C"> - <short>DEPRECATED - Characters shown on applet startup</short> - <long></long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/charpick/prefs/current_list</key> - <owner>charpick_applet2</owner> - <type>string</type> - <locale name="C"> - <short>Characters shown on applet startup</short> - <long>The string that the user had selected when the applet was last used. This string will be displayed when the user starts the applet.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/charpick/prefs/chartable</key> - <owner>charpick_applet2</owner> - <type>list</type> - <list_type>string</list_type> - <locale name="C"> - <short>List of available palettes</short> - <long>List of strings containing the available palettes.</long> - </locale> - </schema> - - </schemalist> -</mateconfschemafile> |