diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-12 10:59:12 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-12 10:59:12 +0000 |
commit | 6f8f32d31dca2ac480e3b8536b4fa57a18abe2d2 (patch) | |
tree | 9406821833b4817f074930c9c512aed138a39706 /src | |
parent | 8de1359af1cf50acdd5a9b8a6f470d5f00d332c5 (diff) | |
download | ayatana-indicator-sound-6f8f32d31dca2ac480e3b8536b4fa57a18abe2d2.tar.gz ayatana-indicator-sound-6f8f32d31dca2ac480e3b8536b4fa57a18abe2d2.tar.bz2 ayatana-indicator-sound-6f8f32d31dca2ac480e3b8536b4fa57a18abe2d2.zip |
uncomment exit service code
Diffstat (limited to 'src')
-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 9e967c2..403b2b0 100644 --- a/src/sound-service.c +++ b/src/sound-service.c @@ -44,8 +44,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; } |