diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-09 10:57:13 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-09 10:57:13 +0000 |
commit | 8c00af69e0064e624c9aa3f93fd5ebb5ae10fab5 (patch) | |
tree | 0bb2745d84ad72e229be90ac0afeb89a0c523fe2 | |
parent | 17f01f35c7b474f4286dd55b129fcf72075760dc (diff) | |
download | ayatana-indicator-sound-8c00af69e0064e624c9aa3f93fd5ebb5ae10fab5.tar.gz ayatana-indicator-sound-8c00af69e0064e624c9aa3f93fd5ebb5ae10fab5.tar.bz2 ayatana-indicator-sound-8c00af69e0064e624c9aa3f93fd5ebb5ae10fab5.zip |
tidy up
-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 b5e6224..cfc0b7e 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -39,8 +39,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; } |