Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_iconbox.c 


Log Message:
Wrong type for ewl_image_proportional_set

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -3 -r1.109 -r1.110
--- ewl_iconbox.c       14 Mar 2006 03:28:27 -0000      1.109
+++ ewl_iconbox.c       14 Mar 2006 04:48:06 -0000      1.110
@@ -1100,7 +1100,7 @@
 
        ewl_image_file_set(EWL_IMAGE(icon->image), filename, NULL);
        ewl_image_size_set(EWL_IMAGE(icon->image), 64, 64);
-       ewl_image_proportional_set(EWL_IMAGE(icon->image), "true");     
+       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