diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-10 12:29:20 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-10 12:29:20 +0100 |
commit | 9f2da5fe1ce6d18c9df2c36822bcc943cd948794 (patch) | |
tree | beccc18869836c04d6588502f2a58fe8113647aa | |
parent | 977925a7005678226be7faa1762c6117b240c231 (diff) | |
download | ayatana-indicator-sound-9f2da5fe1ce6d18c9df2c36822bcc943cd948794.tar.gz ayatana-indicator-sound-9f2da5fe1ce6d18c9df2c36822bcc943cd948794.tar.bz2 ayatana-indicator-sound-9f2da5fe1ce6d18c9df2c36822bcc943cd948794.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 51f5f37..f19379d 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -41,8 +41,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; } |