diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-15 12:22:21 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-15 12:22:21 +0000 |
commit | 57e21d3708ad855333de53f31a3e1b0f93081dc2 (patch) | |
tree | fcfcaa1fff741871213e88cb9c0906234878d175 /src/sound-service.c | |
parent | 661b34c4f8175efbd51a4471c01e96a370806228 (diff) | |
download | ayatana-indicator-sound-57e21d3708ad855333de53f31a3e1b0f93081dc2.tar.gz ayatana-indicator-sound-57e21d3708ad855333de53f31a3e1b0f93081dc2.tar.bz2 ayatana-indicator-sound-57e21d3708ad855333de53f31a3e1b0f93081dc2.zip |
mute behaviour consistent over both sliders => go to 0 on mute and return to previous volume on unmute
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index cfc0b7e..9f44624 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -39,8 +39,10 @@ service_shutdown (IndicatorService *service, gpointer user_data) { if (mainloop != NULL) { g_debug("Service shutdown !"); +/* close_pulse_activites(); g_main_loop_quit(mainloop); +*/ } return; } |