diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-23 19:33:42 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-23 19:33:42 +0000 |
commit | 93c4b258085b77b569755fcaa238f4cfdd23176e (patch) | |
tree | 7b68a49d495abb4778e0b38ed78d4229111c5df5 /src/sound-service.c | |
parent | b10ee23e9b0720af7d24a1f7c77f7b5809c5fb5e (diff) | |
download | ayatana-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.c | 4 |
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; } |