diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-16 17:24:34 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-16 17:24:34 +0000 |
commit | 4c7f07ce4106f7e0f4e04ca034fd781b309e2985 (patch) | |
tree | ba4fce4f0256e5420a2fd5cd366ce717b7230793 /src/sound-service.c | |
parent | 2937537d66777034bb2fdfd23200acfb5b8de042 (diff) | |
download | ayatana-indicator-sound-4c7f07ce4106f7e0f4e04ca034fd781b309e2985.tar.gz ayatana-indicator-sound-4c7f07ce4106f7e0f4e04ca034fd781b309e2985.tar.bz2 ayatana-indicator-sound-4c7f07ce4106f7e0f4e04ca034fd781b309e2985.zip |
working as expected
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 20d9137..77909d1 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; } |