diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-03 17:00:03 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-03 17:00:03 +0000 |
commit | 90f724e9890f4631eecab0eb46275558a28111bc (patch) | |
tree | 83e6e1bd5483a5266c838dc8ac17ecb0cbef9bf1 | |
parent | 653a2439a3a79d3756f20bc63c6344984abc726e (diff) | |
download | ayatana-indicator-sound-90f724e9890f4631eecab0eb46275558a28111bc.tar.gz ayatana-indicator-sound-90f724e9890f4631eecab0eb46275558a28111bc.tar.bz2 ayatana-indicator-sound-90f724e9890f4631eecab0eb46275558a28111bc.zip |
uncomment close down code
-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 af1f1e9..91b5af3 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -137,8 +137,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; } |