diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-21 11:36:58 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-21 11:36:58 +0100 |
commit | 1b9837ab2ddfac074149d020e700e9272579b211 (patch) | |
tree | 8f3906ac4bd479ec9c1ee3aede7152a20e20b848 /src/sound-service.c | |
parent | 9bba58ee4dae536ce92f396854e2c0e671d9b7f0 (diff) | |
download | ayatana-indicator-sound-1b9837ab2ddfac074149d020e700e9272579b211.tar.gz ayatana-indicator-sound-1b9837ab2ddfac074149d020e700e9272579b211.tar.bz2 ayatana-indicator-sound-1b9837ab2ddfac074149d020e700e9272579b211.zip |
lots of changes
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 bcdac07..ea04e4b 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; } |