aboutsummaryrefslogtreecommitdiff
path: root/tests/com.canonical.indicator.session.gschema.xml
diff options
context:
space:
mode:
authorIain Lane <iain@orangesquash.org.uk>2014-03-24 10:18:47 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-03-24 10:18:47 +0000
commit1db25fd1b84bcc592b1da794e81592c2942ef84a (patch)
tree36a38fb7d5bab428a6b9b421916274cbdabfef91 /tests/com.canonical.indicator.session.gschema.xml
parente99aa91c16bbbaed8b1546b8bdb7bec45c4a7bd0 (diff)
parent3453ded59cf41640373b48c098d2222e69bacf6f (diff)
downloadayatana-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 'tests/com.canonical.indicator.session.gschema.xml')
-rw-r--r--tests/com.canonical.indicator.session.gschema.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/com.canonical.indicator.session.gschema.xml b/tests/com.canonical.indicator.session.gschema.xml
index 76b2be3..60e680b 100644
--- a/tests/com.canonical.indicator.session.gschema.xml
+++ b/tests/com.canonical.indicator.session.gschema.xml
@@ -26,7 +26,12 @@
<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 menu to be hidden by the user.</description>
+ </key>
</schema>
-</schemalist> \ No newline at end of file
+</schemalist>