aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-14 15:41:18 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-14 15:41:18 +0000
commit8149cc1e2de25648a2a4271e503bdd6184b7af50 (patch)
treefbaec3687cc84ddf1dc45bbc2f6e8b6454ab8e9e /src/sound-service.c
parent5e227767d23fd43fd5504e42d3b80b8076effa15 (diff)
downloadayatana-indicator-sound-8149cc1e2de25648a2a4271e503bdd6184b7af50.tar.gz
ayatana-indicator-sound-8149cc1e2de25648a2a4271e503bdd6184b7af50.tar.bz2
ayatana-indicator-sound-8149cc1e2de25648a2a4271e503bdd6184b7af50.zip
working as good as this will ever be considering the poor startup performances of clients
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c6
1 files changed, 2 insertions, 4 deletions
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;
}