aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-12-23 19:33:42 +0000
committerConor Curran <conor.curran@canonical.com>2010-12-23 19:33:42 +0000
commit93c4b258085b77b569755fcaa238f4cfdd23176e (patch)
tree7b68a49d495abb4778e0b38ed78d4229111c5df5 /src/sound-service.c
parentb10ee23e9b0720af7d24a1f7c77f7b5809c5fb5e (diff)
downloadayatana-indicator-sound-93c4b258085b77b569755fcaa238f4cfdd23176e.tar.gz
ayatana-indicator-sound-93c4b258085b77b569755fcaa238f4cfdd23176e.tar.bz2
ayatana-indicator-sound-93c4b258085b77b569755fcaa238f4cfdd23176e.zip
caught a bug to do with writing to gsettings
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 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;
}