diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-04 12:25:50 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-04 12:25:50 +0100 |
commit | 4a23580e7fc69500ae2a843c2b883d6f0d310b23 (patch) | |
tree | b3065843b0a49d69315a963713b5b8ba0863699d | |
parent | c161dea6be8043d5a4a543ffe1229253e46f02ea (diff) | |
download | ayatana-indicator-sound-4a23580e7fc69500ae2a843c2b883d6f0d310b23.tar.gz ayatana-indicator-sound-4a23580e7fc69500ae2a843c2b883d6f0d310b23.tar.bz2 ayatana-indicator-sound-4a23580e7fc69500ae2a843c2b883d6f0d310b23.zip |
tidy ups
-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 16fa87c..8768cd3 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -42,8 +42,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; } |