diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-08 18:09:48 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-08 18:09:48 +0100 |
commit | 744083d4483291a87f4f348d6937257d8887cfb1 (patch) | |
tree | c2392de21bc615dfafa57d6a9076e4c8d30b09f1 /src/sound-service.c | |
parent | 5a9881a144df8a9c36f9d5b96ea53e872c76949b (diff) | |
download | ayatana-indicator-sound-744083d4483291a87f4f348d6937257d8887cfb1.tar.gz ayatana-indicator-sound-744083d4483291a87f4f348d6937257d8887cfb1.tar.bz2 ayatana-indicator-sound-744083d4483291a87f4f348d6937257d8887cfb1.zip |
moving in the right direction
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index e20de30..3ec7a60 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -44,9 +44,9 @@ 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); + // TODO: uncomment for release !! + //close_pulse_activites(); + //g_main_loop_quit(mainloop); } return; } |