ecore: Enable timers in glib dispatch

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

SVN revision: 61286
This commit is contained in:
Mike McCormack 2011-07-12 11:57:12 +00:00 committed by Mike McCormack
parent a55b6bb98e
commit 6b57d19096
1 changed files with 1 additions and 2 deletions

View File

@ -608,8 +608,6 @@ _ecore_main_gsource_check(GSource *source __UNUSED__)
if (!ret && _ecore_timers_exists())
ret = (0.0 == _ecore_timer_next_get());
_ecore_timer_enable_new();
in_main_loop--;
return ret;
@ -623,6 +621,7 @@ _ecore_main_gsource_dispatch(GSource *source __UNUSED__, GSourceFunc callback __
double next_time;
_ecore_time_loop_time = ecore_time_get();
_ecore_timer_enable_new();
next_time = _ecore_timer_next_get();
events_ready = _ecore_event_exist();