Hi List, Because of scrolled_view->viewport may not initialized before used, the etk_tree will crash from Jun first. I created a small patch to deal with this issue.
Cheers, Tick
Index: etk/src/lib/etk_scrolled_view.c
===================================================================
--- etk.orig/src/lib/etk_scrolled_view.c 2008-07-08 02:00:18.000000000 +0800
+++ etk/src/lib/etk_scrolled_view.c 2008-07-08 02:01:27.000000000 +0800
@@ -324,6 +324,8 @@
if (!scrolled_view)
return;
+ scrolled_view->viewport = NULL;
+
scrolled_view->hpolicy = ETK_POLICY_AUTO;
scrolled_view->vpolicy = ETK_POLICY_AUTO;
signature.asc
Description: Digital signature
------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
