diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-06 15:36:19 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-06 15:36:19 +0000 |
commit | 1d73614b6c2789d11c7e63efcd22634015aff737 (patch) | |
tree | 45b2bb0453287bf51733cd55e866b5dbfefa7427 /src/sound-service.c | |
parent | aef17a4810d3480b64b20dd6aebd8b12e104778a (diff) | |
download | ayatana-indicator-sound-1d73614b6c2789d11c7e63efcd22634015aff737.tar.gz ayatana-indicator-sound-1d73614b6c2789d11c7e63efcd22634015aff737.tar.bz2 ayatana-indicator-sound-1d73614b6c2789d11c7e63efcd22634015aff737.zip |
tidy up for merge
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index 51f5f37..98f1881 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -40,9 +40,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; } |