Revision: 4006
          http://vexi.svn.sourceforge.net/vexi/?rev=4006&view=rev
Author:   clrg
Date:     2011-01-26 02:33:04 +0000 (Wed, 26 Jan 2011)

Log Message:
-----------
*facepalm*

Modified Paths:
--------------
    trunk/org.vexi-core.main/src/main/jpp/org/vexi/core/Box.jpp

Modified: trunk/org.vexi-core.main/src/main/jpp/org/vexi/core/Box.jpp
===================================================================
--- trunk/org.vexi-core.main/src/main/jpp/org/vexi/core/Box.jpp 2011-01-26 
02:28:15 UTC (rev 4005)
+++ trunk/org.vexi-core.main/src/main/jpp/org/vexi/core/Box.jpp 2011-01-26 
02:33:04 UTC (rev 4006)
@@ -1980,7 +1980,7 @@
             if (redirect==null) {
                 throw new JSExn("Can not call Box."+JSU.toString(name)+"() on 
a box with a null redirect");
             }
-            return redirect == this ? METHOD : 
redirect.getAndTriggerTraps(SC_contains);
+            return redirect == this ? METHOD : 
redirect.getAndTriggerTraps(SC_clear);
         
         /* <p>Returns the index of box <em>b</em> within the subject box. If 
box <em>b</em> is not
          * an immediate child of the box, or an immediate child of the box's 
redirect, then the


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to