diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-03 17:33:28 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-03 17:33:28 +0000 |
commit | 55fe3e5a44992862735b4ef2208300dbfccacebb (patch) | |
tree | 20da22ba2f173d74e895a24676a8e2bd16766fae /src/sound-service.c | |
parent | eb3df565591fb7474aa5290db83ca601a7edd1ee (diff) | |
download | ayatana-indicator-sound-55fe3e5a44992862735b4ef2208300dbfccacebb.tar.gz ayatana-indicator-sound-55fe3e5a44992862735b4ef2208300dbfccacebb.tar.bz2 ayatana-indicator-sound-55fe3e5a44992862735b4ef2208300dbfccacebb.zip |
removed trace and made sure the service closes down probably
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 af1f1e9..91b5af3 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -137,8 +137,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; } |