aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-10-15 08:35:54 -0500
committerTed Gould <ted@gould.cx>2014-10-15 08:35:54 -0500
commit33998ab08618bb6d513f91b2d49685ede072432b (patch)
tree345f3dee1de001b5acab79d6a0d23d2856b4ea62 /src
parentabf10def9f86ccbf5e1bc9f32669ef28353983c6 (diff)
downloadayatana-indicator-sound-33998ab08618bb6d513f91b2d49685ede072432b.tar.gz
ayatana-indicator-sound-33998ab08618bb6d513f91b2d49685ede072432b.tar.bz2
ayatana-indicator-sound-33998ab08618bb6d513f91b2d49685ede072432b.zip
Found other notification
Diffstat (limited to 'src')
-rw-r--r--src/service.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/service.vala b/src/service.vala
index b4c7c44..d9a2dd3 100644
--- a/src/service.vala
+++ b/src/service.vala
@@ -179,6 +179,8 @@ public class IndicatorSound.Service: Object {
double v = this.volume_control.get_volume () + volume_step_percentage * delta;
this.volume_control.set_volume (v.clamp (0.0, this.max_volume));
+ /* TODO: Don't want to mess up the desktop today, but we should remove this
+ scrolling change and merge that into volume control's notification */
if (this.notification != null) {
string icon;
if (v <= 0.0)