diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-01 18:03:09 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-01 18:03:09 -0600 |
commit | 8e46dcc512a409c485c008b1f703b000bfc41aa0 (patch) | |
tree | b1a511cde705a76dd2babab0124d31a08214d28b /data/com.canonical.indicators.sound.gschema.xml | |
parent | 9e8c509c0f321f322c3b9d0a0a23050cb3b30a3f (diff) | |
parent | 439e6943aa4b50684ea7ebafc663d1ed21947961 (diff) | |
download | ayatana-indicator-sound-8e46dcc512a409c485c008b1f703b000bfc41aa0.tar.gz ayatana-indicator-sound-8e46dcc512a409c485c008b1f703b000bfc41aa0.tar.bz2 ayatana-indicator-sound-8e46dcc512a409c485c008b1f703b000bfc41aa0.zip |
merged trevisan's work
Diffstat (limited to 'data/com.canonical.indicators.sound.gschema.xml')
-rw-r--r-- | data/com.canonical.indicators.sound.gschema.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/com.canonical.indicators.sound.gschema.xml b/data/com.canonical.indicators.sound.gschema.xml index 3850f65..1e08269 100644 --- a/data/com.canonical.indicators.sound.gschema.xml +++ b/data/com.canonical.indicators.sound.gschema.xml @@ -25,5 +25,14 @@ On start up volume should not be muted. </description> </key> + <key name="show-notify-osd-on-scroll" type="b"> + <default>true</default> + <summary>Initial setting for showing notify-osd notification on scroll volume-change</summary> + <description> + When using the mouse scroll-wheel over the indicator-sound icon, the volume changes. + Enabling this setting, every scroll volume-change a notify-osd bubble with the + updated volume value will be shown (if supported by your notification daemon). + </description> + </key> </schema> </schemalist> |