Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src/bin


Modified Files:
        ephoto_gui.c 


Log Message:
Update to tree2 changes

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/bin/ephoto_gui.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- ephoto_gui.c        28 Jan 2007 13:37:18 -0000      1.29
+++ ephoto_gui.c        29 Jan 2007 08:10:22 -0000      1.30
@@ -226,6 +226,7 @@
        ewl_model_count_set(model, album_data_count);
 
        tree = ewl_tree2_new();
+       ewl_mvc_model_set(EWL_MVC(tree), model);
        ewl_mvc_selection_mode_set(EWL_MVC(tree), EWL_SELECTION_MODE_SINGLE);
        ewl_object_fill_policy_set(EWL_OBJECT(tree), EWL_FLAG_FILL_ALL);
        ewl_container_child_append(EWL_CONTAINER(c), tree);
@@ -235,8 +236,7 @@
        ewl_view_constructor_set(view, album_view_new);
        ewl_view_assign_set(view, album_view_assign);
        ewl_view_header_fetch_set(view, album_header_fetch);
-
-       ewl_tree2_column_append(EWL_TREE2(tree), model, view);
+       ewl_tree2_column_append(EWL_TREE2(tree), view, TRUE);
 
        return tree;
 }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to