Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_filelist_column.c ewl_filelist_icon.c 


Log Message:
- filedialog can use simple icons

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_column.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_filelist_column.c       7 Nov 2006 03:15:04 -0000       1.18
+++ ewl_filelist_column.c       8 Dec 2006 02:39:47 -0000       1.19
@@ -445,7 +445,7 @@
 
        list = EWL_FILELIST_COLUMN(fl);
 
-       icon = ewl_icon_new();
+       icon = ewl_icon_simple_new();
        ewl_box_orientation_set(EWL_BOX(icon),
                        EWL_ORIENTATION_HORIZONTAL);
        ewl_object_fill_policy_set(EWL_OBJECT(icon), EWL_FLAG_FILL_VSHRINK);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_icon.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_filelist_icon.c 7 Nov 2006 03:15:04 -0000       1.12
+++ ewl_filelist_icon.c 8 Dec 2006 02:39:47 -0000       1.13
@@ -253,7 +253,7 @@
 
        list = EWL_FILELIST_ICON(fl);
 
-       icon = ewl_icon_new();
+       icon = ewl_icon_simple_new();
        ewl_box_orientation_set(EWL_BOX(icon),
                        EWL_ORIENTATION_HORIZONTAL);
        ewl_icon_label_set(EWL_ICON(icon), file);



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