diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-13 11:28:28 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-13 11:28:28 +0200 |
commit | 49d65611edf1a28df001fef2fa9896919544729d (patch) | |
tree | ddde080c5756ef4ef1f15bc48f6d584057a6d337 /mate-control-center.schemas.in | |
parent | 2b96b475c36a35871d3a0ac13a7693eb102f5a6d (diff) | |
download | mate-control-center-49d65611edf1a28df001fef2fa9896919544729d.tar.bz2 mate-control-center-49d65611edf1a28df001fef2fa9896919544729d.tar.xz |
add gsettings schema and remove mateconf one
Diffstat (limited to 'mate-control-center.schemas.in')
-rw-r--r-- | mate-control-center.schemas.in | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/mate-control-center.schemas.in b/mate-control-center.schemas.in deleted file mode 100644 index 6ddacae7..00000000 --- a/mate-control-center.schemas.in +++ /dev/null @@ -1,49 +0,0 @@ -<mateconfschemafile> - <schemalist> - - <schema> - <key>/schemas/apps/control-center/appearance/more_backgrounds_url</key> - <applyto>/apps/control-center/appearance/more_backgrounds_url</applyto> - <owner>control-center</owner> - <type>string</type> - <default>http://art.gnome.org/backgrounds/</default> - <locale name="C"> - <short>More backgrounds URL</short> - <long> - URL for where to get more desktop backgrounds. If set to an - empty string the link will not appear. - </long> - </locale> - </schema> - <schema> - <key>/schemas/apps/control-center/appearance/more_themes_url</key> - <applyto>/apps/control-center/appearance/more_themes_url</applyto> - <owner>control-center</owner> - <type>string</type> - <default>http://art.gnome.org/themes/</default> - <locale name="C"> - <short>More themes URL</short> - <long> - URL for where to get more desktop themes. If set to an - empty string the link will not appear. - </long> - </locale> - </schema> - <schema> - <key>/schemas/apps/control-center/network/current_location</key> - <applyto>/apps/control-center/network/current_location</applyto> - <owner>control-center</owner> - <type>string</type> - <default></default> - <locale name="C"> - <short>Current network location</short> - <long> - Set this to your current location name. This is used to - determine the appropriate network proxy configuration. - </long> - </locale> - </schema> - - </schemalist> -</mateconfschemafile> - |