diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-06-19 12:30:41 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-06-19 12:30:41 -0500 |
commit | 8b2fa414651b049052367735b806840dbf955083 (patch) | |
tree | 907c2d0c46c6eda837bc31cd791de61031a850c9 /data | |
parent | 24dafdfb3be71c4aba1c5954acfe652b79e190a3 (diff) | |
download | ayatana-indicator-session-8b2fa414651b049052367735b806840dbf955083.tar.gz ayatana-indicator-session-8b2fa414651b049052367735b806840dbf955083.tar.bz2 ayatana-indicator-session-8b2fa414651b049052367735b806840dbf955083.zip |
the default value for show-real-name-on-panel should be 'false'
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.session.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/com.canonical.indicator.session.gschema.xml.in b/data/com.canonical.indicator.session.gschema.xml.in index ec8e954..6010b3f 100644 --- a/data/com.canonical.indicator.session.gschema.xml.in +++ b/data/com.canonical.indicator.session.gschema.xml.in @@ -21,7 +21,7 @@ <_description>Makes it so that the shutdown button doesn’t show in the session menu.</_description> </key> <key type="b" name="show-real-name-on-panel"> - <default>true</default> + <default>false</default> <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> |