changed: #createWindowFor:type:origin:extent:minExtent:maxExtent:borderWidth:subViewOf:style:inputOnly:label:owner:icon:iconMask:iconView:
authorStefan Vogel <sv@exept.de>
Mon, 05 Jul 2010 21:08:51 +0200
changeset 5568 3d18b7fa928a
parent 5567 7a7a10a2e29c
child 5569 25b945e9c1f5
changed: #createWindowFor:type:origin:extent:minExtent:maxExtent:borderWidth:subViewOf:style:inputOnly:label:owner:icon:iconMask:iconView: #addKnownView immediately before returning
XWorkstation.st
--- a/XWorkstation.st	Tue Jun 01 19:05:16 2010 +0200
+++ b/XWorkstation.st	Mon Jul 05 21:08:51 2010 +0200
@@ -1892,7 +1892,6 @@
     windowId = __MKEXTERNALADDRESS(newWindow);
 %}.
     
-    self addKnownView:aView withId:windowId.
 
     (wsuperView isNil "this is a topwindow"
      and:[wlabel notEmptyOrNil]) ifTrue:[
@@ -1901,6 +1900,7 @@
             setWindowName:wlabel in:windowId.
     ].
 
+    self addKnownView:aView withId:windowId.
     ^ windowId
 !
 
@@ -12027,11 +12027,11 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.513 2009-11-16 23:09:13 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.514 2010-07-05 19:08:51 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.513 2009-11-16 23:09:13 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.514 2010-07-05 19:08:51 stefan Exp $'
 ! !
 
 XWorkstation initialize!