aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-09-07 10:52:23 +0100
committerConor Curran <conor.curran@canonical.com>2010-09-07 10:52:23 +0100
commit6f82956f269c047fe0b94a188c18ceed50bc74ea (patch)
tree11e286833028996212f6f1461d241cbe3404aada /src/sound-service.c
parent32442108b50ade909fa9076513139d73cde577a1 (diff)
downloadayatana-indicator-sound-6f82956f269c047fe0b94a188c18ceed50bc74ea.tar.gz
ayatana-indicator-sound-6f82956f269c047fe0b94a188c18ceed50bc74ea.tar.bz2
ayatana-indicator-sound-6f82956f269c047fe0b94a188c18ceed50bc74ea.zip
tidy up
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 42ce116..12f067e 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;
}