[squeak-dev] The Trunk: Monticello-mt.777.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Apr 21 08:11:41 UTC 2022


Marcel Taeumel uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-mt.777.mcz

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

Name: Monticello-mt.777
Author: mt
Time: 21 April 2022, 10:11:41.082461 am
UUID: 0f0e6b4d-512a-7c46-9650-8faa10e47de0
Ancestors: Monticello-mt.776

Fixes regression in edit-scripts dialog.

=============== Diff against Monticello-mt.776 ===============

Item was changed:
  ----- Method: MCWorkingCopyBrowser>>editLoadScripts (in category 'morphic ui') -----
  editLoadScripts
  
  	| arg |
  	self hasWorkingCopy ifFalse: [^self].
+ 	arg := Project uiManager
+ 		chooseOptionFrom: #('edit preamble' 'edit postscript' 'edit preambleOfRemoval' 'edit postscriptOfRemoval')
- 	arg := UIManager default
- 		chooseFrom: #('edit preamble' 'edit postscript' 'edit preambleOfRemoval' 'edit postscriptOfRemoval')
  		values: #(#preamble #postscript #preambleOfRemoval #postscriptOfRemoval).
  
  	arg ifNotNil: [
  		self editScript: arg].!



More information about the Squeak-dev mailing list