aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-31 13:14:47 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-31 13:14:47 -0600
commitcf9b03167ed12086acbd74b97404b082f8e018a8 (patch)
tree1f8bf0544e98f7ac91352f41e2305d908bdf1e68 /src/sound-service.c
parent19938ac8e993a14d8320b75091aaa56894e8175a (diff)
downloadayatana-indicator-sound-cf9b03167ed12086acbd74b97404b082f8e018a8.tar.gz
ayatana-indicator-sound-cf9b03167ed12086acbd74b97404b082f8e018a8.tar.bz2
ayatana-indicator-sound-cf9b03167ed12086acbd74b97404b082f8e018a8.zip
players in menu now dynamically controllable from new dbus api
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 2cb33d3..c1bb9b4 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;
}