aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-08-23 17:24:44 +0100
committerConor Curran <conor.curran@canonical.com>2010-08-23 17:24:44 +0100
commitdcf151607e9dbf99d5a0550dd6d4f5efeaf620e0 (patch)
tree6fec62d11008c1485444469965e3c847c67d23f1 /src/sound-service.c
parent97af8d3a53f77c0a2212dbbc58b09bb8c63c5a92 (diff)
downloadayatana-indicator-sound-dcf151607e9dbf99d5a0550dd6d4f5efeaf620e0.tar.gz
ayatana-indicator-sound-dcf151607e9dbf99d5a0550dd6d4f5efeaf620e0.tar.bz2
ayatana-indicator-sound-dcf151607e9dbf99d5a0550dd6d4f5efeaf620e0.zip
finished with metadata ui tweaks
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;
}