diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-06-14 12:27:04 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-06-14 12:27:04 -0500 |
commit | 4998ebc6c4f9f9ce742193a2ff29645f1fe065af (patch) | |
tree | d8baa89616c62b4e5f18029f26707a42525d8c55 /data | |
parent | 23882f41847964edb5c67ff9fe7dd2c55fc9d38e (diff) | |
download | ayatana-indicator-session-4998ebc6c4f9f9ce742193a2ff29645f1fe065af.tar.gz ayatana-indicator-session-4998ebc6c4f9f9ce742193a2ff29645f1fe065af.tar.bz2 ayatana-indicator-session-4998ebc6c4f9f9ce742193a2ff29645f1fe065af.zip |
a step in merging the two menus: remove the 'should show user menu' flag
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.session.gschema.xml.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in index 0ef3d00..c26d8c1 100644 --- a/data/com.canonical.indicator.session.gschema.xml.in +++ b/data/com.canonical.indicator.session.gschema.xml.in @@ -25,11 +25,6 @@ <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>Determine the visibility of the User Menu</summary> - <description>Allow for the user menu to be hidden by the user.</description> - </key> <key type="b" name="use-username-in-switch-item"> <default>false</default> <summary>Determine what string to use for the user's name in the switch menuitem.</summary> |