oops
authorab
Mon, 24 Mar 2003 14:48:22 +0100
changeset 1727 9e0c69cb6974
parent 1726 53657643e254
child 1728 dd330032fae2
oops
WindowBuilder.st
--- a/WindowBuilder.st	Fri Mar 21 19:43:59 2003 +0100
+++ b/WindowBuilder.st	Mon Mar 24 14:48:22 2003 +0100
@@ -1323,7 +1323,6 @@
 "/        type = #slave ifTrue:[
 "/            window windowGroup topViews first beMaster
 "/        ].
-        window open.
         ^ self
     ].
 
@@ -1344,5 +1343,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.106 2003-03-21 18:40:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.107 2003-03-24 13:48:22 ab Exp $'
 ! !