diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-09-06 18:07:05 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-09-06 18:07:05 +0100 |
commit | f05ddfcd0b93b64e01efcae411b9313e22ab37f0 (patch) | |
tree | c8e168f78c7b52fba2e05360b94955065bbfda6c /data/com.canonical.indicator.session.gschema.xml.in | |
parent | b23c52315a5a5ccb875926a6c567baa9074e8338 (diff) | |
download | ayatana-indicator-session-f05ddfcd0b93b64e01efcae411b9313e22ab37f0.tar.gz ayatana-indicator-session-f05ddfcd0b93b64e01efcae411b9313e22ab37f0.tar.bz2 ayatana-indicator-session-f05ddfcd0b93b64e01efcae411b9313e22ab37f0.zip |
updated the schema entry with the correct key
Diffstat (limited to 'data/com.canonical.indicator.session.gschema.xml.in')
-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..5383221 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="show-user-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> |