aaaah bummer. (see comment)

SVN revision: 46243
This commit is contained in:
Carsten Haitzler 2010-02-17 08:13:30 +00:00
parent ac2f03b865
commit 698f67609c
1 changed files with 5 additions and 2 deletions

View File

@ -475,8 +475,11 @@ _ecore_timer_call(double when)
// timer->at, when, timer->just_added, timer->delete_me, timer);
if ((timer->at <= when) &&
// hmm this ends up pausing some edje program iterators... disable for now
// and see what the fallout is - if any?
// (timer->just_added == 0) &&
// and see what the fallout is - if any?
// ...
// ok - this does cause problems if disabled. i will need to dig into the
// bottom of this. no quick fixes here :(
(timer->just_added == 0) &&
(timer->delete_me == 0))
{
timer->running = EINA_TRUE;