diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-09 17:18:51 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-09 17:18:51 +0100 |
commit | a96e011314ea03b04768681b724958f6688f06dc (patch) | |
tree | 9a8f2ec6cf1802bb47ed633f45fbec3a5f1873d9 /src | |
parent | 134f9e2bd79c85ae3aee0cf3677befdf68fa9d45 (diff) | |
download | ayatana-indicator-sound-a96e011314ea03b04768681b724958f6688f06dc.tar.gz ayatana-indicator-sound-a96e011314ea03b04768681b724958f6688f06dc.tar.bz2 ayatana-indicator-sound-a96e011314ea03b04768681b724958f6688f06dc.zip |
and the service uncomment
Diffstat (limited to 'src')
-rw-r--r-- | src/sound-service.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index a5f3941..8f4e941 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -43,8 +43,8 @@ service_shutdown (IndicatorService *service, gpointer user_data) if (mainloop != NULL) { g_debug("Service shutdown !"); // TODO: uncomment for release !! - //close_pulse_activites(); - //g_main_loop_quit(mainloop); + close_pulse_activites(); + g_main_loop_quit(mainloop); } return; } |