diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-25 15:18:45 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-25 15:18:45 +0100 |
commit | 0cfad99ce347f365d52783a2f3543b25acc94706 (patch) | |
tree | f6e4643b26b96e968d96eb2060861247d5279e18 /src/sound-service.c | |
parent | 5c225cc9608267ce25d599c279271eb5b7ee7a19 (diff) | |
download | ayatana-indicator-sound-0cfad99ce347f365d52783a2f3543b25acc94706.tar.gz ayatana-indicator-sound-0cfad99ce347f365d52783a2f3543b25acc94706.tar.bz2 ayatana-indicator-sound-0cfad99ce347f365d52783a2f3543b25acc94706.zip |
fonts sorted
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 12f067e..42ce116 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; } |