aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-07-28 18:20:04 +0100
committerConor Curran <conor.curran@canonical.com>2010-07-28 18:20:04 +0100
commit06e8e90161cec524e5a875aa709b96d5489ae91a (patch)
treea4f6f65626f2a95b5548b52111b30615ac39dd5a /src/sound-service.c
parent1cf8f05c990006339e85f3e26a93dfc68eee7824 (diff)
downloadayatana-indicator-sound-06e8e90161cec524e5a875aa709b96d5489ae91a.tar.gz
ayatana-indicator-sound-06e8e90161cec524e5a875aa709b96d5489ae91a.tar.bz2
ayatana-indicator-sound-06e8e90161cec524e5a875aa709b96d5489ae91a.zip
playlist mock up landed
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 16fa87c..8768cd3 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -42,8 +42,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;
}