diff options
author | Ted Gould <ted@gould.cx> | 2014-10-15 09:45:39 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-10-15 09:45:39 -0500 |
commit | 59fbca3a976b8725d5f7c9b05088b60c87333773 (patch) | |
tree | 8758043e3064043a115d653c130bf876d2b39a18 | |
parent | c104a2064c6e328a20d134d5985828ba913b2bce (diff) | |
parent | 0b6434da43e5a5dd280df9014a182fc51cb05423 (diff) | |
download | ayatana-indicator-sound-59fbca3a976b8725d5f7c9b05088b60c87333773.tar.gz ayatana-indicator-sound-59fbca3a976b8725d5f7c9b05088b60c87333773.tar.bz2 ayatana-indicator-sound-59fbca3a976b8725d5f7c9b05088b60c87333773.zip |
Commenting out the sound for now
-rw-r--r-- | src/volume-control.vala | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/volume-control.vala b/src/volume-control.vala index b40189b..9114d01 100644 --- a/src/volume-control.vala +++ b/src/volume-control.vala @@ -641,7 +641,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"); |