diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-09-08 14:01:36 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-09-08 14:01:36 +0100 |
commit | 6174b1bac576198e5d3df35f93971598937e71c6 (patch) | |
tree | de31cf2284a2860bdd4b209fd443e05e922c087b /data | |
parent | daa6295ce57baca8b3e4fc574e3b8dd29cf2598e (diff) | |
download | ayatana-indicator-session-6174b1bac576198e5d3df35f93971598937e71c6.tar.gz ayatana-indicator-session-6174b1bac576198e5d3df35f93971598937e71c6.tar.bz2 ayatana-indicator-session-6174b1bac576198e5d3df35f93971598937e71c6.zip |
user correct string on switch item unless user actually wants to show username
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.session.gschema.xml.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in index e0d14c3..eaebea1 100644 --- a/data/com.canonical.indicator.session.gschema.xml.in +++ b/data/com.canonical.indicator.session.gschema.xml.in @@ -25,6 +25,13 @@ <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> + <description>The switch menuitem as part of the user menu should be default have the label 'Switch User Account'. + This settings gives the user the potential to have the label read 'Switch from $username'</description> + </key> + </schema> </schemalist> |