diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-01 18:07:58 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-01 18:07:58 -0600 |
commit | 73003df26f377fc226f2fba51c579da44132fdbb (patch) | |
tree | bf017376355454c6a184f730297adf42f4f9b655 /src | |
parent | 8e46dcc512a409c485c008b1f703b000bfc41aa0 (diff) | |
download | ayatana-indicator-sound-73003df26f377fc226f2fba51c579da44132fdbb.tar.gz ayatana-indicator-sound-73003df26f377fc226f2fba51c579da44132fdbb.tar.bz2 ayatana-indicator-sound-73003df26f377fc226f2fba51c579da44132fdbb.zip |
tidy up
Diffstat (limited to 'src')
-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 c1bb9b4..2cb33d3 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; } |