diff options
author | raveit <[email protected]> | 2013-03-22 23:36:51 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-03-22 23:36:51 +0100 |
commit | 2db708e2d6b37720cdeb0db462e73ada2f59773c (patch) | |
tree | f97750edb7ea4143eba9a76a2dbd50944c504c54 | |
parent | eaaac6f355086fe2015220a8bf1953c8b0cad050 (diff) | |
download | mate-desktop-2db708e2d6b37720cdeb0db462e73ada2f59773c.tar.bz2 mate-desktop-2db708e2d6b37720cdeb0db462e73ada2f59773c.tar.xz |
change backgrounds installation path
-rw-r--r-- | schemas/org.mate.background.gschema.xml.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/org.mate.background.gschema.xml.in.in b/schemas/org.mate.background.gschema.xml.in.in index f9b4b1c..f367e91 100644 --- a/schemas/org.mate.background.gschema.xml.in.in +++ b/schemas/org.mate.background.gschema.xml.in.in @@ -34,7 +34,7 @@ <_description>Determines how the image set by wallpaper_filename is rendered. Possible values are "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned".</_description> </key> <key name="picture-filename" type="s"> - <default>'@datadir@/pixmaps/backgrounds/mate/desktop/Stripes.png'</default> + <default>'@datadir@/backgrounds/mate/desktop/Stripes.png'</default> <_summary>Picture Filename</_summary> <_description>File to use for the background image.</_description> </key> |