[squeak-dev] The Inbox: ToolBuilder-Morphic-jr.225.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Feb 2 23:02:35 UTC 2019


A new version of ToolBuilder-Morphic was added to project The Inbox:
http://source.squeak.org/inbox/ToolBuilder-Morphic-jr.225.mcz

==================== Summary ====================

Name: ToolBuilder-Morphic-jr.225
Author: jr
Time: 3 February 2019, 12:02:36.955839 am
UUID: f93f39b3-2e20-ea44-b023-1ec44691e5e1
Ancestors: ToolBuilder-Morphic-mt.224

Fix: FileSaverDialog would answer 'nil' instead of nil when nothing was done except for accepting the dialog

=============== Diff against ToolBuilder-Morphic-mt.224 ===============

Item was changed:
  ----- Method: FileSaverDialog>>inputText: (in category 'filename') -----
  inputText: aText 
  	"Initialize the filename entry field to aString.  If a file with that name already exists, set up to highlight it."
+ 	aText ifNil: [^ self].
  	fileName := aText asString.
  	self selectExistingFilename!



More information about the Squeak-dev mailing list