aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-10-07 12:00:00 +0100
committerConor Curran <conor.curran@canonical.com>2010-10-07 12:00:00 +0100
commit17adc8728d70bf02fd455f5cb37e49ae9244942b (patch)
tree39d6d3e729a94a6d93a441b52bd6f0f68c46398b /src
parentcd0e255c3205477cbf002c5a060ee37e67236fd8 (diff)
downloadayatana-indicator-sound-17adc8728d70bf02fd455f5cb37e49ae9244942b.tar.gz
ayatana-indicator-sound-17adc8728d70bf02fd455f5cb37e49ae9244942b.tar.bz2
ayatana-indicator-sound-17adc8728d70bf02fd455f5cb37e49ae9244942b.zip
tidy up
Diffstat (limited to 'src')
-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 51f5f37..f19379d 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -41,8 +41,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;
}