ExternalTopView.st
changeset 1567 968c81db4d2c
parent 1103 b98a73cd2ed1
child 1973 836eccb0d4cb
--- a/ExternalTopView.st	Tue May 07 12:07:08 2002 +0200
+++ b/ExternalTopView.st	Tue May 07 13:33:59 2002 +0200
@@ -11,6 +11,8 @@
 "
 
 
+"{ Package: 'stx:libview2' }"
+
 TopView subclass:#ExternalTopView
 	instanceVariableNames:''
 	classVariableNames:''
@@ -150,7 +152,7 @@
     ].
 
     oldTopView == anSTXWindow ifTrue:[
-        oldTopView container:self.
+        oldTopView setContainer:self.
     ].
 
     self open. "/ not really an open; however it starts its event handler
@@ -181,5 +183,5 @@
 !ExternalTopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ExternalTopView.st,v 1.10 1999-02-17 00:09:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ExternalTopView.st,v 1.11 2002-05-07 11:33:59 cg Exp $'
 ! !