#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Wed, 29 Mar 2017 13:05:31 +0200
changeset 17483 406802aafd7d
parent 17482 e5390555ee86
child 17484 7a96ed599109
#REFACTORING by stefan class: Tools::NavigationHistory changed: #goBackMenu replace obsolete method send
Tools__NavigationHistory.st
--- a/Tools__NavigationHistory.st	Mon Mar 27 13:27:45 2017 +0200
+++ b/Tools__NavigationHistory.st	Wed Mar 29 13:05:31 2017 +0200
@@ -274,11 +274,12 @@
         any := true.
     ].
     menu addSeparator.
-    menu addItem:((MenuItem label:'Clear History' value:[ self clearHistory]) enabled:any).    
+    menu addItem:((MenuItem label:'Clear History' itemValue:[ self clearHistory]) enabled:any).    
     ^ menu
 
     "Created: / 22-02-2008 / 16:57:46 / janfrog"
     "Modified: / 27-02-2008 / 11:52:12 / janfrog"
+    "Modified: / 29-03-2017 / 13:03:27 / stefan"
 !
 
 goForwardMenu