diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-14 15:41:18 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-14 15:41:18 +0000 |
commit | 8149cc1e2de25648a2a4271e503bdd6184b7af50 (patch) | |
tree | fbaec3687cc84ddf1dc45bbc2f6e8b6454ab8e9e /src/sound-service.c | |
parent | 5e227767d23fd43fd5504e42d3b80b8076effa15 (diff) | |
download | ayatana-indicator-sound-8149cc1e2de25648a2a4271e503bdd6184b7af50.tar.gz ayatana-indicator-sound-8149cc1e2de25648a2a4271e503bdd6184b7af50.tar.bz2 ayatana-indicator-sound-8149cc1e2de25648a2a4271e503bdd6184b7af50.zip |
working as good as this will ever be considering the poor startup performances of clients
Diffstat (limited to 'src/sound-service.c')
-rw-r--r-- | src/sound-service.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/sound-service.c b/src/sound-service.c index 9f44624..20d9137 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -39,10 +39,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; } |