aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-09-06 19:30:48 +0100
committerConor Curran <conor.curran@canonical.com>2010-09-06 19:30:48 +0100
commit066b6a521cbda456ffb8f25ff01e1dd7d127fdd2 (patch)
tree5d7d675750daf600208fc24fa6f87e7794be2926 /src/sound-service.c
parent1a664a07c80b0af9cd49d58335dda39df0d7785e (diff)
downloadayatana-indicator-sound-066b6a521cbda456ffb8f25ff01e1dd7d127fdd2.tar.gz
ayatana-indicator-sound-066b6a521cbda456ffb8f25ff01e1dd7d127fdd2.tar.bz2
ayatana-indicator-sound-066b6a521cbda456ffb8f25ff01e1dd7d127fdd2.zip
events from transport bar now are sent on button release
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 12f067e..42ce116 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -41,8 +41,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;
}