oops
authorClaus Gittinger <cg@exept.de>
Fri, 21 Mar 2003 18:37:47 +0100
changeset 1723 d5408b5f1d72
parent 1722 7d37db741aa4
child 1724 936df52c6c04
oops
WindowBuilder.st
--- a/WindowBuilder.st	Fri Mar 21 18:31:50 2003 +0100
+++ b/WindowBuilder.st	Fri Mar 21 18:37:47 2003 +0100
@@ -1323,7 +1323,7 @@
 "/        type = #slave ifTrue:[
 "/            window windowGroup topViews first beMaster
 "/        ].
-
+        window open.
         ^ self
     ].
 
@@ -1344,5 +1344,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.104 2003-03-21 17:31:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.105 2003-03-21 17:37:47 cg Exp $'
 ! !