Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/epdf/src/bin


Modified Files:
        epdf_ewl_test.c 


Log Message:
set the model to the MVC widget, ewl_tree2_column_append does not take the 
model as argument anymore

===================================================================
RCS file: /cvs/e/e17/proto/epdf/src/bin/epdf_ewl_test.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- epdf_ewl_test.c     12 Feb 2007 14:03:38 -0000      1.6
+++ epdf_ewl_test.c     12 Feb 2007 14:31:47 -0000      1.7
@@ -181,7 +181,6 @@
 
   if (index) {
     Ewl_Model *model;
-    Ewl_View  *view;
     void      *data;
 
     /* tree */
@@ -205,9 +204,10 @@
 
     /* MVC */
     ewl_mvc_data_set (EWL_MVC (tree), data);
+    ewl_mvc_model_set (EWL_MVC (tree), model);
 
     /* view */
-    ewl_tree2_column_append (EWL_TREE2(tree), model, view);
+    ewl_tree2_column_append (EWL_TREE2(tree), view, FALSE);
 
     /* we attach and show */
     ewl_container_child_append (EWL_CONTAINER (vbox), tree);



-------------------------------------------------------------------------
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