Enlightenment CVS committal

Author  : titansoccer15
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_iconbox.c 


Log Message:

fix to make ewl_iconbox icons show up again! (may be a temp fix, depends on 
ewl_image_constrain being fixed).

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -3 -r1.108 -r1.109
--- ewl_iconbox.c       22 Feb 2006 18:12:01 -0000      1.108
+++ ewl_iconbox.c       14 Mar 2006 03:28:27 -0000      1.109
@@ -1099,7 +1099,8 @@
        DCHECK_TYPE("icon", icon, EWL_ICON_TYPE);
 
        ewl_image_file_set(EWL_IMAGE(icon->image), filename, NULL);
-       ewl_image_constrain_set(EWL_IMAGE(icon->image), 64);    
+       ewl_image_size_set(EWL_IMAGE(icon->image), 64, 64);
+       ewl_image_proportional_set(EWL_IMAGE(icon->image), "true");     
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to