diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-11 11:32:58 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-11 11:32:58 -0600 |
commit | 259057b02fe5c6b777a438331defa2dda628dfd2 (patch) | |
tree | 376066b4c491b77c72f3073918eec7cca8be8e65 | |
parent | 8b9210008dbb036bd6885417a418552690642ad7 (diff) | |
download | ayatana-indicator-sound-259057b02fe5c6b777a438331defa2dda628dfd2.tar.gz ayatana-indicator-sound-259057b02fe5c6b777a438331defa2dda628dfd2.tar.bz2 ayatana-indicator-sound-259057b02fe5c6b777a438331defa2dda628dfd2.zip |
tidied the service
-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; } |