aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-05 12:56:02 +0000
committerConor Curran <conor.curran@canonical.com>2011-01-05 12:56:02 +0000
commitf43f3cc7f9f5d762bff2dcd7062cafe554581e20 (patch)
tree3e54c874a09baa09d6a2c6d769ce6fe90d91c688 /src/sound-service.c
parentd9c023fd1ba9e5630755634d7f0e983081cbc195 (diff)
downloadayatana-indicator-sound-f43f3cc7f9f5d762bff2dcd7062cafe554581e20.tar.gz
ayatana-indicator-sound-f43f3cc7f9f5d762bff2dcd7062cafe554581e20.tar.bz2
ayatana-indicator-sound-f43f3cc7f9f5d762bff2dcd7062cafe554581e20.zip
block start ups that are blacklisted
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;
}