diff options
author | Iain Lane <iain@orangesquash.org.uk> | 2014-03-24 10:18:47 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-03-24 10:18:47 +0000 |
commit | 1db25fd1b84bcc592b1da794e81592c2942ef84a (patch) | |
tree | 36a38fb7d5bab428a6b9b421916274cbdabfef91 /data | |
parent | e99aa91c16bbbaed8b1546b8bdb7bec45c4a7bd0 (diff) | |
parent | 3453ded59cf41640373b48c098d2222e69bacf6f (diff) | |
download | ayatana-indicator-session-1db25fd1b84bcc592b1da794e81592c2942ef84a.tar.gz ayatana-indicator-session-1db25fd1b84bcc592b1da794e81592c2942ef84a.tar.bz2 ayatana-indicator-session-1db25fd1b84bcc592b1da794e81592c2942ef84a.zip |
Re-add the feature to hide the user list if com.canonical.indicator.session user-show-menu is false Fixes: 1211772
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.session.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in index 6010b3f..d5e852e 100644 --- a/data/com.canonical.indicator.session.gschema.xml.in +++ b/data/com.canonical.indicator.session.gschema.xml.in @@ -25,6 +25,11 @@ <summary>Determine the visibility of the User's real name on the panel</summary> <description>Allow for the Removal of the users name from the panel</description> </key> + <key type="b" name="user-show-menu"> + <default>true</default> + <summary>Show the list of users</summary> + <description>Allow for the user list to be hidden by the user.</description> + </key> </schema> |