diff options
author | Martin Wimpress <[email protected]> | 2014-02-24 17:44:33 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2014-02-24 17:44:33 +0000 |
commit | 1bafe94f89a24e22d1f7aa6e345e5dcf1127ec65 (patch) | |
tree | acdba8efc28489cbfd10a74bc5b3919116e37631 | |
parent | 630f24fbb0d276392251b4109ec9aef51d167d3e (diff) | |
download | mate-control-center-1bafe94f89a24e22d1f7aa6e345e5dcf1127ec65.tar.bz2 mate-control-center-1bafe94f89a24e22d1f7aa6e345e5dcf1127ec65.tar.xz |
Change background and themes links to point to mate-desktop.org. Fixes #85 and #87.
-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> |