aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-06-16 18:19:35 +0100
committerConor Curran <conor.curran@canonical.com>2010-06-16 18:19:35 +0100
commit71d315d3abec5b62e43b821232d70262bec92bd1 (patch)
tree955da2d757bf08cd788d67196dae714f103706e1 /src/sound-service.c
parent0585eccbaa90e2d4eae447a5a69e1101c528d2c0 (diff)
downloadayatana-indicator-sound-71d315d3abec5b62e43b821232d70262bec92bd1.tar.gz
ayatana-indicator-sound-71d315d3abec5b62e43b821232d70262bec92bd1.tar.bz2
ayatana-indicator-sound-71d315d3abec5b62e43b821232d70262bec92bd1.zip
metadata being updated dynamically
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 38e5fba..3ec7a60 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -45,8 +45,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;
}