_container_element_del was missing. esmart_container_element_remove in esmart_container_element.c was looking for it.
Index: e17/libs/esmart/src/lib/esmart_container/esmart_container_private.h =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_container/esmart_container_private.h,v retrieving revision 1.3 diff -u -r1.3 esmart_container_private.h --- e17/libs/esmart/src/lib/esmart_container/esmart_container_private.h 8 Jan 2005 15:08:00 -0000 1.3 +++ e17/libs/esmart/src/lib/esmart_container/esmart_container_private.h 13 Mar 2005 21:56:37 -0000 @@ -87,6 +87,7 @@ Container *_container_fetch(Evas_Object *obj); Container_Element *_container_element_new(Container *cont, Evas_Object *obj); +void _container_element_del(Container_Element *el); void _container_elements_fix(Container *cont); void _container_elements_changed(Container *cont); double _container_elements_orig_length_get(Container *cont); ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
