aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-10-27 11:48:29 -0400
committerConor Curran <conor.curran@canonical.com>2010-10-27 11:48:29 -0400
commit2f409b95c5c1c0c7107f4503c01687b3a913780f (patch)
tree4ca127baf25a25ccfbf868239be177b7554cd8a6 /src/sound-service.c
parent79ecf263348fa4da51d3ac014f8cf796a520de06 (diff)
downloadayatana-indicator-sound-2f409b95c5c1c0c7107f4503c01687b3a913780f.tar.gz
ayatana-indicator-sound-2f409b95c5c1c0c7107f4503c01687b3a913780f.tar.bz2
ayatana-indicator-sound-2f409b95c5c1c0c7107f4503c01687b3a913780f.zip
more tweaks
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c4
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;
}