discomfitor pushed a commit to branch enlightenment-0.19. http://git.enlightenment.org/core/enlightenment.git/commit/?id=4dc20f5c85a81b21cc251e1834b012dcfbeb7428
commit 4dc20f5c85a81b21cc251e1834b012dcfbeb7428 Author: Mike Blumenkrantz <[email protected]> Date: Fri Dec 5 13:53:54 2014 -0500 attempt to run eeze_scanner on failure to connect, not successful connect ref T1612 --- src/bin/e_fm/e_fm_main_eeze.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_fm/e_fm_main_eeze.c b/src/bin/e_fm/e_fm_main_eeze.c index 929ddf8..4841175 100644 --- a/src/bin/e_fm/e_fm_main_eeze.c +++ b/src/bin/e_fm/e_fm_main_eeze.c @@ -691,7 +691,7 @@ static Eina_Bool _scanner_disc(void *data __UNUSED__, int type __UNUSED__, Ecore_Con_Event_Server_Del *ev __UNUSED__) { INF("Scanner disconnected"); - if (_scanner_poll(NULL)) + if (!_scanner_poll(NULL)) _scanner_run(); return ECORE_CALLBACK_RENEW; } --
