From 8149cc1e2de25648a2a4271e503bdd6184b7af50 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Mon, 14 Mar 2011 15:41:18 +0000 Subject: working as good as this will ever be considering the poor startup performances of clients --- src/sound-service.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/sound-service.c') diff --git a/src/sound-service.c b/src/sound-service.c index 9f44624..20d9137 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -39,10 +39,8 @@ service_shutdown (IndicatorService *service, gpointer user_data) { if (mainloop != NULL) { g_debug("Service shutdown !"); -/* - close_pulse_activites(); - g_main_loop_quit(mainloop); -*/ + close_pulse_activites(); + g_main_loop_quit(mainloop); } return; } -- cgit v1.2.3