diff options
author | Conor Curran <conor.curran@canonical.com> | 2012-01-26 14:50:10 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2012-01-26 14:50:10 +0000 |
commit | 8b2ab5bfbc1b40dde9db2fcdb1074221f42125f0 (patch) | |
tree | 5befc2940f672b3d94b7933ac00c5b893cee119c /data | |
parent | ae4f73ab037fa9fd4ffce9d88acba4d739ba007f (diff) | |
parent | 6101f59b28f94ebe2ac819c4af61928a0ff17844 (diff) | |
download | ayatana-indicator-sound-8b2ab5bfbc1b40dde9db2fcdb1074221f42125f0.tar.gz ayatana-indicator-sound-8b2ab5bfbc1b40dde9db2fcdb1074221f42125f0.tar.bz2 ayatana-indicator-sound-8b2ab5bfbc1b40dde9db2fcdb1074221f42125f0.zip |
charles fixes for invisibility flag
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.sound.gschema.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.sound.gschema.xml b/data/com.canonical.indicator.sound.gschema.xml index ae0cc8d..a3ec770 100644 --- a/data/com.canonical.indicator.sound.gschema.xml +++ b/data/com.canonical.indicator.sound.gschema.xml @@ -34,5 +34,12 @@ updated volume value will be shown (if supported by your notification daemon). </description> </key> + <key name="visible" type="b"> + <default>true</default> + <summary>Whether or not to show the sound indicator in the menu bar.</summary> + <description> + Whether or not to show the sound indicator in the menu bar. + </description> + </key> </schema> </schemalist> |