#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Tue, 12 Mar 2019 16:40:50 +0100
changeset 6556 2b8c8e4fbfcb
parent 6555 3af24552a8e0
child 6557 2a3d7695ee4b
#BUGFIX by cg class: Workspace changed: #doIt ouch - last change had a bug
Workspace.st
--- a/Workspace.st	Tue Mar 12 16:37:29 2019 +0100
+++ b/Workspace.st	Tue Mar 12 16:40:50 2019 +0100
@@ -2151,10 +2151,10 @@
     "user selected 'doIt' from menu; show a wait-cursor, evaluate the code
      and finally restore cursor; return result of evaluation"
 
-    self withValueOfSelectionDo:[] "/ do nothing with it
+    self withValueOfSelectionDo:nil "/ do nothing with it
 
     "Modified: / 16-05-1998 / 16:45:01 / cg"
-    "Modified: / 12-03-2019 / 16:33:52 / Claus Gittinger"
+    "Modified: / 12-03-2019 / 16:40:23 / Claus Gittinger"
 !
 
 editMenu