Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_box.c 


Log Message:
Found a case where this optimization causes incorrect behavior.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_box.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ewl_box.c   11 May 2006 04:01:20 -0000      1.27
+++ ewl_box.c   19 May 2006 04:30:16 -0000      1.28
@@ -559,7 +559,7 @@
                         */
                        policy = ewl_object_fill_policy_get(child);
                        policy &= ewl_box_info->f_policy;
-                       if (policy && change == initial)
+                       if (policy || change == initial)
                                ecore_dlist_append(ewl_box_spread, child);
                }
        }




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