diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-02-01 18:03:09 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-02-01 18:03:09 -0600 |
commit | 8e46dcc512a409c485c008b1f703b000bfc41aa0 (patch) | |
tree | b1a511cde705a76dd2babab0124d31a08214d28b /src/sound-service.c | |
parent | 9e8c509c0f321f322c3b9d0a0a23050cb3b30a3f (diff) | |
parent | 439e6943aa4b50684ea7ebafc663d1ed21947961 (diff) | |
download | ayatana-indicator-sound-8e46dcc512a409c485c008b1f703b000bfc41aa0.tar.gz ayatana-indicator-sound-8e46dcc512a409c485c008b1f703b000bfc41aa0.tar.bz2 ayatana-indicator-sound-8e46dcc512a409c485c008b1f703b000bfc41aa0.zip |
merged trevisan's work
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 2cb33d3..c1bb9b4 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -40,8 +40,8 @@ service_shutdown (IndicatorService *service, gpointer user_data) { if (mainloop != NULL) { g_debug("Service shutdown !"); - close_pulse_activites(); - g_main_loop_quit(mainloop); + //close_pulse_activites(); + //g_main_loop_quit(mainloop); } return; } |