aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sound-service.c b/src/sound-service.c
index 503dc5a..4f76dd1 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -122,10 +122,10 @@ service_shutdown (IndicatorService *service, gpointer user_data)
{
if (mainloop != NULL) {
- g_debug("Service shutdown - but commented out for right now");
- // TODO: uncomment for release
-/* close_pulse_activites()*/
-/* g_main_loop_quit(mainloop);*/
+ g_debug("Service shutdown !");
+ // TODO: uncomment for release !!
+ close_pulse_activites();
+ g_main_loop_quit(mainloop);
}
return;
}