diff options
author | infirit <[email protected]> | 2014-11-04 21:20:52 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-04 21:22:30 +0100 |
commit | acb1b2cafba27e47c7c0b66198bcf0f798352ddb (patch) | |
tree | 1003fc8aa63d1314f2601390fae1e68043bf4359 | |
parent | f65a3838ef874e3bbf7172f22a1ac03ff86ae477 (diff) | |
download | mate-desktop-acb1b2cafba27e47c7c0b66198bcf0f798352ddb.tar.bz2 mate-desktop-acb1b2cafba27e47c7c0b66198bcf0f798352ddb.tar.xz |
lockdown: Move disable-log-out key here from mate-panel
To be used in more places like mate-session.
-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 8ffd90d..e1e5494 100644 --- a/schemas/org.mate.lockdown.gschema.xml.in.in +++ b/schemas/org.mate.lockdown.gschema.xml.in.in @@ -40,5 +40,10 @@ <_summary>Disable theme settings</_summary> <_description>Prevent the user from changing theme settings.</_description> </key> + <key name="disable-log-out" type="b"> + <default>false</default> + <_summary>Disable log out</_summary> + <_description>Prevent the user from logging out.</_description> + </key> </schema> </schemalist> |