Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_calc.c 


Log Message:
Fix my introduced bug in cedric's patch.

===================================================================
RCS file: /cvs/e/e17/libs/edje/src/lib/edje_calc.c,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -3 -r1.116 -r1.117
--- edje_calc.c 27 Feb 2008 14:27:10 -0000      1.116
+++ edje_calc.c 27 Feb 2008 15:21:16 -0000      1.117
@@ -1429,7 +1429,10 @@
        pf = &p1;
      }
 
-   ep->req = pf->req;
+   ep->req.x = pf->req.x;
+   ep->req.y = pf->req.y;
+   ep->req.w = pf->req.w;
+   ep->req.h = pf->req.h;
 
    if (ep->drag.need_reset)
      {



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to