I would appear that commit 405680e836eb47d7dd8f59a4761386e7a80d9244 
changed the way that hold events are sent. They are no longer being sent 
to the child objects, but rather the main 'obj':

-        EV_CALL(eo_child, child, EVAS_CALLBACK_HOLD, ev, event_id, he, 
parent_he);
+        evas_object_event_callback_call(eo_obj, obj, 
EVAS_CALLBACK_HOLD, NULL,
+                                        event_id, EFL_EVENT_HOLD, evt);

This seems to me like a simple copy/paste problem, however I did not 
want to push a fix for it (to make the event be sent to the child 
object) until I can confirm that it is indeed an err.

Anyone know ?? (I know jpeg is on vacation right now).

Cheers,
dh

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to