aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-07-07 14:03:49 +0100
committerConor Curran <conor.curran@canonical.com>2010-07-07 14:03:49 +0100
commited1aa89ec61eee4bb1de8e276c0b27111e6b7071 (patch)
tree2d49c7077988eb4542bf97acc3ef5e020adba420 /src/sound-service.c
parente830c3a70e7feaa761c006c9fcbce9183686dac7 (diff)
parent9ec9e3fa570d0208c6409b13103bcd558f2b61a8 (diff)
downloadayatana-indicator-sound-ed1aa89ec61eee4bb1de8e276c0b27111e6b7071.tar.gz
ayatana-indicator-sound-ed1aa89ec61eee4bb1de8e276c0b27111e6b7071.tar.bz2
ayatana-indicator-sound-ed1aa89ec61eee4bb1de8e276c0b27111e6b7071.zip
merged Mirco's transport bar work
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 ea04e4b..bcdac07 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -45,8 +45,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;
}