aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-26 21:09:45 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-26 21:09:45 -0600
commit38d1512ec2621598cba84c6caf5df2e7d8914cf9 (patch)
tree3092177dd09ec7836e093298a14a0f1245b02131 /src/sound-service.c
parent991d41fa7c9b5b51942f836ca68265513de6ef8c (diff)
downloadayatana-indicator-sound-38d1512ec2621598cba84c6caf5df2e7d8914cf9.tar.gz
ayatana-indicator-sound-38d1512ec2621598cba84c6caf5df2e7d8914cf9.tar.bz2
ayatana-indicator-sound-38d1512ec2621598cba84c6caf5df2e7d8914cf9.zip
temporarily disable tests
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 98f1881..defcb94 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;
}