aaaah bummer. (see comment)
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 17 Feb 2010 08:13:30 +0000 (08:13 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 17 Feb 2010 08:13:30 +0000 (08:13 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@46243 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_timer.c

index bdb5d3b..e4d2b12 100644 (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;