Small typo in elm_widget_sub_object_del, was really driving me crazy,
the reference to the parent of the object itself was reset instead of
subobjects parent ...
hendrik
Index: src/lib/elm_widget.c
===================================================================
--- src/lib/elm_widget.c (Revision 39508)
+++ src/lib/elm_widget.c (Arbeitskopie)
@@ -223,7 +223,7 @@
if (!strcmp(evas_object_type_get(sobj), SMART_NAME))
{
Smart_Data *sd2 = evas_object_smart_data_get(sobj);
- if (sd2) sd->parent_obj = NULL;
+ if (sd2) sd2->parent_obj = NULL;
}
evas_object_event_callback_del(sobj, EVAS_CALLBACK_DEL, _sub_obj_del);
evas_object_smart_callback_call(obj, "sub-object-del", sobj);
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel