diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-12 10:56:56 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-12 10:56:56 +0000 |
commit | 8de1359af1cf50acdd5a9b8a6f470d5f00d332c5 (patch) | |
tree | 4ef6ac0c13cfab661f851ddc259aa9d6c4a0cc09 /src/sound-service.c | |
parent | 2431bde2e07bab60b949e79931d236aeb972bfcf (diff) | |
download | ayatana-indicator-sound-8de1359af1cf50acdd5a9b8a6f470d5f00d332c5.tar.gz ayatana-indicator-sound-8de1359af1cf50acdd5a9b8a6f470d5f00d332c5.tar.bz2 ayatana-indicator-sound-8de1359af1cf50acdd5a9b8a6f470d5f00d332c5.zip |
properly cleaned up the makefile and includes, fixed seg-fault on clearlooks
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 403b2b0..9e967c2 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; } |