aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-08-07 12:03:26 +0100
committerConor Curran <conor.curran@canonical.com>2010-08-07 12:03:26 +0100
commit85a7764a2aeba260e2a2531dd28be66ec0680d6f (patch)
tree9429f4b0f0cdde44328348eccb82a6695e440ae6 /src/sound-service.c
parent8286c9e86314f8ff459576efde19b03709634140 (diff)
downloadayatana-indicator-sound-85a7764a2aeba260e2a2531dd28be66ec0680d6f.tar.gz
ayatana-indicator-sound-85a7764a2aeba260e2a2531dd28be66ec0680d6f.tar.bz2
ayatana-indicator-sound-85a7764a2aeba260e2a2531dd28be66ec0680d6f.zip
starting on the re write for mpris handling
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;
}