aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-08-17 17:26:47 +0100
committerConor Curran <conor.curran@canonical.com>2010-08-17 17:26:47 +0100
commit7aa4517861e27a0857d36e83844d670446c22ee6 (patch)
tree87fe092400ee06daf88b93fbccee53a77bd59220 /src/sound-service.c
parent04af32d9b321d4256cb1f7cf1f94b23387b75774 (diff)
downloadayatana-indicator-sound-7aa4517861e27a0857d36e83844d670446c22ee6.tar.gz
ayatana-indicator-sound-7aa4517861e27a0857d36e83844d670446c22ee6.tar.bz2
ayatana-indicator-sound-7aa4517861e27a0857d36e83844d670446c22ee6.zip
mpris 2 has landed
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;
}