aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-03-11 11:50:40 +0000
committerConor Curran <conor.curran@canonical.com>2010-03-11 11:50:40 +0000
commit0391c21a9205ecf2a182a217d74e3f4d3177f81e (patch)
tree9df89246a72eeefe13a63d8d8d2bc32aa627dfd2 /src/sound-service.c
parentc67c7ac2effb7ee425370ee33e6b5449e04b98c6 (diff)
parent21d52b5ed3206791d5a0b4adc907be75a9e5f668 (diff)
downloadayatana-indicator-sound-0391c21a9205ecf2a182a217d74e3f4d3177f81e.tar.gz
ayatana-indicator-sound-0391c21a9205ecf2a182a217d74e3f4d3177f81e.tar.bz2
ayatana-indicator-sound-0391c21a9205ecf2a182a217d74e3f4d3177f81e.zip
merged in Ted's icon 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 9e967c2..403b2b0 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -44,8 +44,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;
}