WindowBuilder.st
changeset 1727 9e0c69cb6974
parent 1725 a9945722dab2
child 1763 fabe0b506e33
--- 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 $'
 ! !