Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/lib


Modified Files:
        etk_tree.c 


Log Message:
- disable tree row hidden cb because when a row is deleted, and its called, we 
might segv

===================================================================
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_tree.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- etk_tree.c  16 Apr 2006 11:47:27 -0000      1.62
+++ etk_tree.c  19 Apr 2006 21:52:36 -0000      1.63
@@ -2103,12 +2103,17 @@
 /* Called when the row is hidden */
 static void _etk_tree_row_hide_cb(void *data, Evas *e, Evas_Object *obj, void 
*event_info)
 {
+#if 0 
+   /* NOTE: there is a particular case when a row is deleted and we emit this
+    * signal still. We need to better implement this.
+    */
    Etk_Tree_Row_Objects *row_objects;
-   
+
    if (!(row_objects = data) || !row_objects->row)
      return;   
    
    etk_signal_emit(_etk_tree_signals[ETK_TREE_ROW_HIDDEN_SIGNAL], 
ETK_OBJECT(row_objects->row->tree), NULL, row_objects->row);
+#endif   
 }
 
 /* Called when the tree is focused */




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to