diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-18 10:03:07 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-18 10:03:07 +0100 |
commit | c8b2631eb77064a3f828aaeb9f2e7a09b257b332 (patch) | |
tree | 26a4f5aa6f3c8f39ee83b56f7093d14387af28ec /src/sound-service.c | |
parent | 5e7e3b4a09d5b5ea431d6e86f40fa1229756f4a1 (diff) | |
download | ayatana-indicator-sound-c8b2631eb77064a3f828aaeb9f2e7a09b257b332.tar.gz ayatana-indicator-sound-c8b2631eb77064a3f828aaeb9f2e7a09b257b332.tar.bz2 ayatana-indicator-sound-c8b2631eb77064a3f828aaeb9f2e7a09b257b332.zip |
and the service
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 ea04e4b..bcdac07 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; } |