checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 21 May 1998 14:20:53 +0200
changeset 2128 04717158854e
parent 2127 c6d63c47bf07
child 2129 530cc6e1b3b9
checkin from browser
SimpleView.st
--- a/SimpleView.st	Thu May 21 02:00:53 1998 +0200
+++ b/SimpleView.st	Thu May 21 14:20:53 1998 +0200
@@ -5040,7 +5040,7 @@
             "/
             "/ startup the menu - this returns a selector
             "/
-            actionSelector := menu startUpAt:nil.
+            actionSelector := menu startUp.
 
             actionSelector notNil ifTrue:[
                 self dispatchMenuSelection:actionSelector.
@@ -5058,7 +5058,7 @@
     super activateMenu
 
     "Created: / 1.3.1996 / 13:24:18 / cg"
-    "Modified: / 20.5.1998 / 22:38:03 / cg"
+    "Modified: / 21.5.1998 / 14:19:23 / cg"
 !
 
 dispatchMenuSelection:menuSelection
@@ -7751,6 +7751,6 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.251 1998-05-21 00:00:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.252 1998-05-21 12:20:53 cg Exp $'
 ! !
 SimpleView initialize!