aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-18 17:20:04 +0000
committerConor Curran <conor.curran@canonical.com>2011-02-18 17:20:04 +0000
commit223ff23be530c865da8a8b90d18ca77c36af6e35 (patch)
tree652e4449dc1654f37c60e6b796599a82d7187fb3 /src/sound-service.c
parente2ac5884b9c759c71f0ef2c07bdedf2e32c940bd (diff)
downloadayatana-indicator-sound-223ff23be530c865da8a8b90d18ca77c36af6e35.tar.gz
ayatana-indicator-sound-223ff23be530c865da8a8b90d18ca77c36af6e35.tar.bz2
ayatana-indicator-sound-223ff23be530c865da8a8b90d18ca77c36af6e35.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 9f44624..c79b9f6 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -39,10 +39,10 @@ service_shutdown (IndicatorService *service, gpointer user_data)
{
if (mainloop != NULL) {
g_debug("Service shutdown !");
-/*
+
close_pulse_activites();
g_main_loop_quit(mainloop);
-*/
+
}
return;
}