hermet pushed a commit to branch master.

commit 29ef0f71bab1971c1703ec605319d1289f06fc0d
Author: ChunEon Park <[email protected]>
Date:   Tue Apr 30 19:51:24 2013 +0900

    evas - fix the wrong compare. thanks JackDanielZ for spotting it.
---
 src/lib/evas/canvas/evas_render.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/canvas/evas_render.c 
b/src/lib/evas/canvas/evas_render.c
index fea47d4..0e21ac3 100644
--- a/src/lib/evas/canvas/evas_render.c
+++ b/src/lib/evas/canvas/evas_render.c
@@ -969,7 +969,7 @@ evas_render_mapped(Evas_Public_Data *e, Evas_Object *eo_obj,
      }
    else
      {
-        if (proxy_obj == obj)
+        if (proxy_obj == eo_obj)
           eo_do(proxy_obj, evas_obj_image_source_clip_get(&proxy_src_clip));
      }
 

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to