diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-14 10:09:03 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-14 10:09:03 +0100 |
commit | f8a8b763f595001715064655ce5ffa4f89e50e30 (patch) | |
tree | 99b2af445e89b7b6e4b0986413f760455be6d140 /src/sound-service.c | |
parent | 0568dd3b8c0510269699d4f9f256b878137008d3 (diff) | |
download | ayatana-indicator-sound-f8a8b763f595001715064655ce5ffa4f89e50e30.tar.gz ayatana-indicator-sound-f8a8b763f595001715064655ce5ffa4f89e50e30.tar.bz2 ayatana-indicator-sound-f8a8b763f595001715064655ce5ffa4f89e50e30.zip |
one potential fix
Diffstat (limited to 'src/sound-service.c')
-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 f19379d..51f5f37 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; } |