aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-05-21 19:14:16 +0100
committerConor Curran <conor.curran@canonical.com>2010-05-21 19:14:16 +0100
commit9137d7849f09d78805bc39863b74188555d92699 (patch)
tree336ec135d2bde64d0a53a1dc1475d787a7e483f1 /src/sound-service.c
parent14d9ed691abf09a2600f978aa7be13f841bc1ce5 (diff)
downloadayatana-indicator-sound-9137d7849f09d78805bc39863b74188555d92699.tar.gz
ayatana-indicator-sound-9137d7849f09d78805bc39863b74188555d92699.tar.bz2
ayatana-indicator-sound-9137d7849f09d78805bc39863b74188555d92699.zip
updated version to 0.3.0
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 84ad7f1..e20de30 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -45,8 +45,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;
}