2002/09/15 23:34:27
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:50:27 +0000 (06:50 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:50:27 +0000 (06:50 +0000)
darcs-hash:20040130065027-2ba56-7e32b8a4723930ed447437ade68166caa96c2720.gz

CHANGES
src/org/xwt/Box.java

diff --git a/CHANGES b/CHANGES
index 34b535f..c1230d7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 03-Sep megacz XWF.java: code to handle .xwf's that don't include the
               underscore character.
 
+15-Sep megacz Box.java: committed a change that I forgot to commit
+              dealing with box removal.
+
 
index d380b45..4c2e1b4 100644 (file)
@@ -1105,7 +1105,7 @@ public final class Box extends JSObject {
                 }
 
             if (numKids > 15 && children == null) convert_to_array();
-            if (newnode.parent != null) newnode.remove();
+            newnode.remove();
             newnode.parent = this;
             
             if (children == null) {