aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-07-07 15:08:34 +0100
committerConor Curran <conor.curran@canonical.com>2010-07-07 15:08:34 +0100
commitb41d94677b3471742fa957cc4f60381d8f67ea5d (patch)
tree6bcc804fe80c407fca184910d50e9a5577f2a26d /src/sound-service.c
parentcaf13b4dccb20aff410ffc0da63c298cabbcca5f (diff)
downloadayatana-indicator-sound-b41d94677b3471742fa957cc4f60381d8f67ea5d.tar.gz
ayatana-indicator-sound-b41d94677b3471742fa957cc4f60381d8f67ea5d.tar.bz2
ayatana-indicator-sound-b41d94677b3471742fa957cc4f60381d8f67ea5d.zip
updated for merge
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 a5f3941..8f4e941 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -43,8 +43,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;
}