aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2011-01-27 18:25:15 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2011-01-27 18:25:15 +0100
commitd834013cb980c93b88d2f09aec69bce9d5f95148 (patch)
tree3eb9e472bb8379e11dfc1a2d8a91531c276aaf80 /data
parent21cf01130cd686a9e4c1d4e90dbd3e01f8d0b7b2 (diff)
downloadayatana-indicator-sound-d834013cb980c93b88d2f09aec69bce9d5f95148.tar.gz
ayatana-indicator-sound-d834013cb980c93b88d2f09aec69bce9d5f95148.tar.bz2
ayatana-indicator-sound-d834013cb980c93b88d2f09aec69bce9d5f95148.zip
Added show-notify-osd-on-scroll gsettings parameter
This parameter (ON, by default) allows to enable/disable the notify-osd bubble on volume-change by mouse scroll.
Diffstat (limited to 'data')
-rw-r--r--data/com.canonical.indicators.sound.gschema.xml9
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>