Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_clip.c 


Log Message:
* evas_object_clip_unset(): set "cur.have_clipees" to 0 *after* having 
removed the object from the list of clipees (as it used to work 
actually)


===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_clip.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- evas_clip.c 8 Sep 2006 17:59:19 -0000       1.24
+++ evas_clip.c 9 Sep 2006 12:25:26 -0000       1.25
@@ -283,10 +283,9 @@
      }
    if (obj->cur.clipper) 
      {
+        obj->cur.clipper->clip.clipees = 
evas_list_remove(obj->cur.clipper->clip.clipees, obj);
        if (!obj->cur.clipper->clip.clipees) 
          obj->cur.clipper->cur.have_clipees = 0;
-       else
-         obj->cur.clipper->clip.clipees = 
evas_list_remove(obj->cur.clipper->clip.clipees, obj);       
        evas_object_change(obj->cur.clipper);
      }
    obj->cur.clipper = NULL;



-------------------------------------------------------------------------
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