diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-03 12:40:10 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-03 12:40:10 +0100 |
commit | 5e636d108223b3caaa4ed30be24890092787a395 (patch) | |
tree | 7373c7efc35249fc794a6dd30000719274dd6b87 /data | |
parent | 63da66a55db941f94b770a86f1e57374f05d8351 (diff) | |
download | mate-screensaver-5e636d108223b3caaa4ed30be24890092787a395.tar.bz2 mate-screensaver-5e636d108223b3caaa4ed30be24890092787a395.tar.xz |
fix string in gschema
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.screensaver.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.mate.screensaver.gschema.xml.in b/data/org.mate.screensaver.gschema.xml.in index 6ff9ec1..d1200cd 100644 --- a/data/org.mate.screensaver.gschema.xml.in +++ b/data/org.mate.screensaver.gschema.xml.in @@ -76,7 +76,7 @@ <description>Set this to TRUE to offer an option in the unlock dialog to switch to a different user account.</description> </key> <key name="lock-dialog-theme" type="s"> - <default>default</default> + <default>'default'</default> <summary>Theme for lock dialog</summary> <description>Theme to use for the lock dialog</description> </key> |