Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/elicit

Dir     : e17/apps/elicit/src


Modified Files:
        zoom.c 


Log Message:
fix loading shots when zoom is different from when saved

===================================================================
RCS file: /cvs/e/e17/apps/elicit/src/zoom.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- zoom.c      15 Jul 2006 10:31:59 -0000      1.3
+++ zoom.c      15 Jul 2006 10:52:34 -0000      1.4
@@ -126,6 +126,9 @@
   z = evas_object_smart_data_get(o);
   if (!z) return;
 
+  z->iw = w;
+  z->ih = h;
+
   /* get the object ready, copy the data in */
   evas_object_image_alpha_set(z->shot, 0);
   evas_object_image_size_set(z->shot, z->iw, z->ih);




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to