diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-07 09:21:07 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-07 09:21:07 +0100 |
commit | 71f036ce6cbd106f3754d7008303d1b108433ae2 (patch) | |
tree | 5e903c297d85f824ba6d27f1acbf9c7b009b7d13 | |
parent | 03142793ea7975e1e915cad125d19c37de508b27 (diff) | |
download | ayatana-indicator-sound-71f036ce6cbd106f3754d7008303d1b108433ae2.tar.gz ayatana-indicator-sound-71f036ce6cbd106f3754d7008303d1b108433ae2.tar.bz2 ayatana-indicator-sound-71f036ce6cbd106f3754d7008303d1b108433ae2.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 42ce116..12f067e 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; } |