aboutsummaryrefslogtreecommitdiff
path: root/src/volume-control.vala
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-10-15 09:43:24 -0500
committerTed Gould <ted@gould.cx>2014-10-15 09:43:24 -0500
commit0b6434da43e5a5dd280df9014a182fc51cb05423 (patch)
tree5f923d846b077dd378e014a072b9b1f80336010a /src/volume-control.vala
parent46c7d4c1cb1a6552ba205beaf233d66dcd4fc8a7 (diff)
downloadayatana-indicator-sound-0b6434da43e5a5dd280df9014a182fc51cb05423.tar.gz
ayatana-indicator-sound-0b6434da43e5a5dd280df9014a182fc51cb05423.tar.bz2
ayatana-indicator-sound-0b6434da43e5a5dd280df9014a182fc51cb05423.zip
Commenting out the sound for now
Diffstat (limited to 'src/volume-control.vala')
-rw-r--r--src/volume-control.vala3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/volume-control.vala b/src/volume-control.vala
index f6f54d2..6f48c5d 100644
--- a/src/volume-control.vala
+++ b/src/volume-control.vala
@@ -642,7 +642,10 @@ public class VolumeControl : Object
_notification.clear_hints ();
_notification.update (_("Volume"), volume_label, icon);
_notification.set_hint ("value", (int32)(volume * 100.0));
+ /* TODO: Removing sound until we can get all the roles cleaned up for
+ when to play it. We expect this to come back, but in another landing.
_notification.set_hint ("sound-file", sound);
+ */
_notification.set_hint ("x-canonical-value-bar-tint", tint);
_notification.set_hint ("x-canonical-private-synchronous", "true");
_notification.set_hint ("x-canonical-non-shaped-icon", "true");