# HG changeset patch # User Claus Gittinger # Date 1552405250 -3600 # Node ID 2b8c8e4fbfcb6566339952689385f1e1cf67ce3e # Parent 3af24552a8e046ae45e3650ec497eed3256289bc #BUGFIX by cg class: Workspace changed: #doIt ouch - last change had a bug diff -r 3af24552a8e0 -r 2b8c8e4fbfcb 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