Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/thumb


Modified Files:
        E_Thumb.c 


Log Message:
typo, fix, fix !
creepy and tlg reported these, only showed up if the height/width meta
wasn't set.


===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/src/thumb/E_Thumb.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- E_Thumb.c   8 Jan 2004 18:15:51 -0000       1.12
+++ E_Thumb.c   3 Feb 2004 19:15:56 -0000       1.13
@@ -146,7 +146,7 @@
              if (e->info->w == 0)
                e->info->w = imlib_image_get_width ();
              if (e->info->h == 0)
-               e->info->w = imlib_image_get_height ();
+               e->info->h = imlib_image_get_height ();
              evas_object_image_size_set (result, e->info->w, e->info->h);
 
              evas_object_image_data_copy_set (result,




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to