aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-03-03 17:00:03 +0000
committerConor Curran <conor.curran@canonical.com>2010-03-03 17:00:03 +0000
commit90f724e9890f4631eecab0eb46275558a28111bc (patch)
tree83e6e1bd5483a5266c838dc8ac17ecb0cbef9bf1 /src/sound-service.c
parent653a2439a3a79d3756f20bc63c6344984abc726e (diff)
downloadayatana-indicator-sound-90f724e9890f4631eecab0eb46275558a28111bc.tar.gz
ayatana-indicator-sound-90f724e9890f4631eecab0eb46275558a28111bc.tar.bz2
ayatana-indicator-sound-90f724e9890f4631eecab0eb46275558a28111bc.zip
uncomment close down code
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 af1f1e9..91b5af3 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -137,8 +137,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;
}