Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        etk_list_viewer.c 


Log Message:
* Fix for recent tree2 api change (thanks MoOm!)

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/etk_list_viewer.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -3 -r1.78 -r1.79
--- etk_list_viewer.c   5 Jan 2007 19:32:35 -0000       1.78
+++ etk_list_viewer.c   6 Jan 2007 18:45:25 -0000       1.79
@@ -677,7 +677,7 @@
                        date_buffer[strlen(date_buffer)-1] = '\0';
        
                        etk_tree2_freeze(ETK_TREE2(viewer->tree));
-                       etk_tree2_row_fields_set((Etk_Tree2_Row*)obj->icon, 
+                       etk_tree2_row_fields_set((Etk_Tree2_Row*)obj->icon, 
ETK_FALSE,
                                        col3, buffer,
                                        col5, date_buffer,
                                        NULL);
@@ -735,7 +735,7 @@
                  col1 = etk_tree2_nth_col_get(ETK_TREE2(viewer->tree), 0);
                  etk_tree2_freeze(ETK_TREE2(viewer->tree));
 
-                 etk_tree2_row_fields_set((Etk_Tree2_Row*)obj->icon, 
+                 etk_tree2_row_fields_set((Etk_Tree2_Row*)obj->icon, 
ETK_FALSE, 
                  col1, obj->thumbnail->thumbnail_filename, NULL,
                  NULL);
 



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