diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-15 13:02:02 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-15 13:02:02 +0100 |
commit | a1f24dc28b91bd52ef7175813762d23dd0fd3b38 (patch) | |
tree | c7fe045151353d3c8beccdb89132f4becffd1476 /src/sound-service.c | |
parent | 6cb898210daa87978405e270e159ef2c0d63fb26 (diff) | |
download | ayatana-indicator-sound-a1f24dc28b91bd52ef7175813762d23dd0fd3b38.tar.gz ayatana-indicator-sound-a1f24dc28b91bd52ef7175813762d23dd0fd3b38.tar.bz2 ayatana-indicator-sound-a1f24dc28b91bd52ef7175813762d23dd0fd3b38.zip |
uncommented auto service shutdown
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 3ec7a60..38e5fba 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; } |