diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-13 13:32:34 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-13 13:32:34 +0100 |
commit | ae5428d1367a17f34263b1e2178cab0de5b72e60 (patch) | |
tree | 599f4e7c005f22cf72ef98ea737749397460312a | |
parent | 61f5618272f6e9ef010965b546344d67f39650f7 (diff) | |
download | ayatana-indicator-sound-ae5428d1367a17f34263b1e2178cab0de5b72e60.tar.gz ayatana-indicator-sound-ae5428d1367a17f34263b1e2178cab0de5b72e60.tar.bz2 ayatana-indicator-sound-ae5428d1367a17f34263b1e2178cab0de5b72e60.zip |
tidy up
-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 51f5f37..f19379d 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -41,8 +41,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; } |