diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-16 18:19:35 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-16 18:19:35 +0100 |
commit | 71d315d3abec5b62e43b821232d70262bec92bd1 (patch) | |
tree | 955da2d757bf08cd788d67196dae714f103706e1 /src/sound-service.c | |
parent | 0585eccbaa90e2d4eae447a5a69e1101c528d2c0 (diff) | |
download | ayatana-indicator-sound-71d315d3abec5b62e43b821232d70262bec92bd1.tar.gz ayatana-indicator-sound-71d315d3abec5b62e43b821232d70262bec92bd1.tar.bz2 ayatana-indicator-sound-71d315d3abec5b62e43b821232d70262bec92bd1.zip |
metadata being updated dynamically
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 38e5fba..3ec7a60 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -45,8 +45,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; } |