diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-24 22:02:48 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-24 22:02:48 +0100 |
commit | 913a00b7708f8d5e28219212c2cc0992a90ebc97 (patch) | |
tree | acdba8efc28489cbfd10a74bc5b3919116e37631 /org.mate.control-center.gschema.xml.in.in | |
parent | 630f24fbb0d276392251b4109ec9aef51d167d3e (diff) | |
parent | 1bafe94f89a24e22d1f7aa6e345e5dcf1127ec65 (diff) | |
download | mate-control-center-913a00b7708f8d5e28219212c2cc0992a90ebc97.tar.bz2 mate-control-center-913a00b7708f8d5e28219212c2cc0992a90ebc97.tar.xz |
Merge pull request #88 from flexiondotorg/master
Change background and themes links to point to mate-desktop.org.
Diffstat (limited to 'org.mate.control-center.gschema.xml.in.in')
-rw-r--r-- | org.mate.control-center.gschema.xml.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.mate.control-center.gschema.xml.in.in b/org.mate.control-center.gschema.xml.in.in index d50958f2..89760b08 100644 --- a/org.mate.control-center.gschema.xml.in.in +++ b/org.mate.control-center.gschema.xml.in.in @@ -34,12 +34,12 @@ </schema> <schema id="org.mate.control-center.appearance" path="/org/mate/control-center/appearance/"> <key name="more-backgrounds-url" type="s"> - <default>'http://art.gnome.org/backgrounds/'</default> + <default>'http://mate-desktop.org/backgrounds/'</default> <_summary>More backgrounds URL</_summary> <_description>URL for where to get more desktop backgrounds. If set to an empty string the link will not appear.</_description> </key> <key name="more-themes-url" type="s"> - <default>'http://art.gnome.org/themes/'</default> + <default>'http://mate-desktop.org/themes/'</default> <_summary>More themes URL</_summary> <_description>URL for where to get more desktop themes. If set to an empty string the link will not appear.</_description> </key> |