diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-09-06 18:19:12 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-09-06 18:19:12 +0100 |
commit | 8eb3b24c20bb5d5da1ddbdb6b8ab83c3b02b53db (patch) | |
tree | 1e42a429cefc18f57153d2d72dd232b8a623bace /data | |
parent | f177b1e0b8ab0413a6eced41de3710e38852319a (diff) | |
parent | c6857c3028b36d35f69079e3c0e5510597997f75 (diff) | |
download | ayatana-indicator-session-8eb3b24c20bb5d5da1ddbdb6b8ab83c3b02b53db.tar.gz ayatana-indicator-session-8eb3b24c20bb5d5da1ddbdb6b8ab83c3b02b53db.tar.bz2 ayatana-indicator-session-8eb3b24c20bb5d5da1ddbdb6b8ab83c3b02b53db.zip |
added new gsettings entry to control visibility of the user menu
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.session.gschema.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in index d1d7d4c..e0d14c3 100644 --- a/data/com.canonical.indicator.session.gschema.xml.in +++ b/data/com.canonical.indicator.session.gschema.xml.in @@ -20,5 +20,11 @@ <_summary>Remove the shutdown item from the session menu</_summary> <_description>Makes it so that the shutdown button doesn’t show in the session menu.</_description> </key> + <key type="b" name="user-show-menu"> + <default>true</default> + <summary>Determine the visibility of the User Menu</summary> + <description>Allow for the user menu to be hidden by the user.</description> + </key> </schema> + </schemalist> |