diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-18 15:59:11 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-18 15:59:11 +0200 |
commit | 181728d77cb3743e75862dc009f5da18138b5f6f (patch) | |
tree | b10c6d1be308cffb635ef94c77685892624c64f2 /schemas | |
parent | 57e9d624c7801aba5dbce466d56466fe911d2144 (diff) | |
download | mate-desktop-181728d77cb3743e75862dc009f5da18138b5f6f.tar.bz2 mate-desktop-181728d77cb3743e75862dc009f5da18138b5f6f.tar.xz |
add missing key in gsettings schema
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/org.mate.lockdown.gschema.xml.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/org.mate.lockdown.gschema.xml.in.in b/schemas/org.mate.lockdown.gschema.xml.in.in index a9a1ab9..c18c4a4 100644 --- a/schemas/org.mate.lockdown.gschema.xml.in.in +++ b/schemas/org.mate.lockdown.gschema.xml.in.in @@ -35,5 +35,10 @@ <_summary>Disable URL and MIME type handlers</_summary> <_description>Prevent running any URL or MIME type handler applications.</_description> </key> + <key name="disable-theme-settings" type="b"> + <default>false</default> + <_summary>Disable lock screen</_summary> + <_description>Prevent the user to change theme settings.</_description> + </key> </schema> </schemalist> |