diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-26 15:31:40 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-26 15:31:40 -0700 |
commit | 1a081c508118270d2d6dde29a58894333bf3a7a9 (patch) | |
tree | 670b44b877196da61926ca639ecdffff1ddd0717 | |
parent | 5d152b704552e64f6ae4d9cb4d3de00f9a9acb28 (diff) | |
parent | 2db708e2d6b37720cdeb0db462e73ada2f59773c (diff) | |
download | mate-desktop-1a081c508118270d2d6dde29a58894333bf3a7a9.tar.bz2 mate-desktop-1a081c508118270d2d6dde29a58894333bf3a7a9.tar.xz |
Merge pull request #56 from NiceandGently/master
change backgrounds installation path in gsettings file
-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> |