ecore: Don't come out of idle because due to idlers

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 61152
This commit is contained in:
Mike McCormack 2011-07-08 10:26:24 +00:00 committed by Mike McCormack
parent cd493ac0b3
commit f297fc260d
1 changed files with 1 additions and 2 deletions

View File

@ -638,9 +638,8 @@ _ecore_main_gsource_dispatch(GSource *source __UNUSED__, GSourceFunc callback __
_ecore_idler_call();
events_ready = _ecore_event_exist();
idlers_ready = _ecore_idler_exist();
if (ecore_fds_ready || events_ready || timers_ready || idlers_ready)
if (ecore_fds_ready || events_ready || timers_ready)
{
_ecore_idle_exiter_call();
ecore_idling = 0;