ActiveHelpView.st
changeset 688 b95c0e8c9573
parent 635 dfbc3a7b87c2
child 725 3a52a52576cb
--- a/ActiveHelpView.st	Thu Sep 04 23:19:08 1997 +0200
+++ b/ActiveHelpView.st	Fri Sep 05 11:59:23 1997 +0200
@@ -188,7 +188,7 @@
     self computeShape.
     self enableMotionEvents.
     self enableButtonMotionEvents.
-    super realize
+    super open
 ! !
 
 !ActiveHelpView methodsFor:'private'!
@@ -327,5 +327,5 @@
 !ActiveHelpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.17 1997-06-28 12:25:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.18 1997-09-05 09:59:23 ca Exp $'
 ! !