diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-31 13:14:47 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-31 13:14:47 -0600 |
commit | cf9b03167ed12086acbd74b97404b082f8e018a8 (patch) | |
tree | 1f8bf0544e98f7ac91352f41e2305d908bdf1e68 /src/sound-service.c | |
parent | 19938ac8e993a14d8320b75091aaa56894e8175a (diff) | |
download | ayatana-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.c | 4 |
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; } |