efl/legacy
Gustavo Sverzut Barbieri 6103d8db01 oops, fix case of timers never being fired while we have idlers.
To reach this case, have a timer that would not be fired on
_ecore_main_loop_iterate_internal(), for example it's not ready yet
(just_added==1), system would get into this inner loop and would never
stop, since there is timer expired now (next_time == 0.0), if we go to
start_loop it would just get into the same loop, not dispatching and
timers.

Python test 04-idler.py triggered that problem.




SVN revision: 41342
2009-07-15 00:11:04 +00:00
..
ecore oops, fix case of timers never being fired while we have idlers. 2009-07-15 00:11:04 +00:00
edje Created new function edje_edit_image_data_add(). 2009-07-13 19:17:35 +00:00
eet Improve docs in Eet.h 2009-07-11 14:34:54 +00:00
efreet Efreet_Mime: bugfix for magic matching. 2009-07-11 14:26:53 +00:00
eina inlist: docs, docs docs 2009-07-14 15:32:21 +00:00
embryo update m4 macros (mainly formatting) 2009-06-27 06:42:14 +00:00
emotion * emotion: Remove Evas_Bool. 2009-06-18 08:01:23 +00:00
ethumb Making ethumb_client_connect always call the connected_cb. 2009-07-13 22:08:00 +00:00
evas * rename 'x11' to 'xlib' when it makes sense 2009-07-14 21:16:08 +00:00
evil * src/lib/evil_main.c: 2009-06-13 08:25:28 +00:00