diff options
Diffstat (limited to 'src/service.vala')
-rw-r--r-- | src/service.vala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/service.vala b/src/service.vala index 9a646a5..d1b1c32 100644 --- a/src/service.vala +++ b/src/service.vala @@ -49,11 +49,13 @@ public class IndicatorSound.Service: Object { this.notify["visible"].connect ( () => this.update_root_icon () ); this.volume_control = volume; +#if 0 this.volume_control.notify["active-stream"].connect(() => { var b = VolumeControl.Stream.MULTIMEDIA == volume_control.active_stream; message("updating _volume_warning.multimedia_active to %d", (int)b); _volume_warning.multimedia_active = b; }); +#endif this.volume_control.active_output_changed.connect(() => { bool headphones; switch(volume_control.active_output) { |