aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-08-10 16:21:23 +0100
committerConor Curran <conor.curran@canonical.com>2011-08-10 16:21:23 +0100
commit82a8f86a7088a2e144c89373174c8e03a597f277 (patch)
tree22b474891fdd377bc5ae64fc1190527762fdea12 /src/sound-service.c
parentf6de74585f8b091f360debb65f2548cd8bc6ea01 (diff)
downloadayatana-indicator-sound-82a8f86a7088a2e144c89373174c8e03a597f277.tar.gz
ayatana-indicator-sound-82a8f86a7088a2e144c89373174c8e03a597f277.tar.bz2
ayatana-indicator-sound-82a8f86a7088a2e144c89373174c8e03a597f277.zip
uncomment disconnect
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 a9ca56c..da9b94e 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -40,8 +40,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;
}