aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-07-28 14:01:07 +0100
committerConor Curran <conor.curran@canonical.com>2010-07-28 14:01:07 +0100
commit1cf8f05c990006339e85f3e26a93dfc68eee7824 (patch)
tree437a4785d93bf1e01b59de819beb9def4bce2efd /src/sound-service.c
parented4b8a59464b94aabf311d6ba7654c243d1218f4 (diff)
downloadayatana-indicator-sound-1cf8f05c990006339e85f3e26a93dfc68eee7824.tar.gz
ayatana-indicator-sound-1cf8f05c990006339e85f3e26a93dfc68eee7824.tar.bz2
ayatana-indicator-sound-1cf8f05c990006339e85f3e26a93dfc68eee7824.zip
scrub bar is scrubbing
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 8768cd3..16fa87c 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;
}