aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-01-11 11:32:58 -0600
committerConor Curran <conor.curran@canonical.com>2011-01-11 11:32:58 -0600
commit259057b02fe5c6b777a438331defa2dda628dfd2 (patch)
tree376066b4c491b77c72f3073918eec7cca8be8e65
parent8b9210008dbb036bd6885417a418552690642ad7 (diff)
downloadayatana-indicator-sound-259057b02fe5c6b777a438331defa2dda628dfd2.tar.gz
ayatana-indicator-sound-259057b02fe5c6b777a438331defa2dda628dfd2.tar.bz2
ayatana-indicator-sound-259057b02fe5c6b777a438331defa2dda628dfd2.zip
tidied the service
-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 defcb94..98f1881 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -40,8 +40,8 @@ service_shutdown (IndicatorService *service, gpointer user_data)
{
if (mainloop != NULL) {
g_debug("Service shutdown !");
- //close_pulse_activites();
- //g_main_loop_quit(mainloop);
+ close_pulse_activites();
+ g_main_loop_quit(mainloop);
}
return;
}