[squeak-dev] The Trunk: MonticelloConfigurations-mt.177.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Apr 21 08:18:16 UTC 2022


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

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

Name: MonticelloConfigurations-mt.177
Author: mt
Time: 21 April 2022, 10:18:16.293598 am
UUID: 2723a40f-c5dd-6f4d-8e43-1cf7b39b173d
Ancestors: MonticelloConfigurations-mt.176

And another one ... :-) Basically all #chooseFrom:values: sends with arrays of literal strings as argument.

=============== Diff against MonticelloConfigurations-mt.176 ===============

Item was changed:
  ----- Method: MCConfigurationBrowser>>updateMenu (in category 'actions') -----
  updateMenu
  	| action |
+ 	action := Project uiManager
+ 		chooseOptionFrom: #('update all from image' 'update all from repositories')
- 	action := UIManager default
- 		chooseFrom: #('update all from image' 'update all from repositories')
  		values: #(#updateFromImage #updateFromRepositories).
  	action ifNotNil: [self perform: action].!



More information about the Squeak-dev mailing list