[squeak-dev] The Trunk: Monticello-ct.708.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Apr 12 21:44:27 UTC 2021


Nicolas Cellier uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-ct.708.mcz

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

Name: Monticello-ct.708
Author: ct
Time: 14 December 2019, 5:34:25.115612 pm
UUID: 4f24d611-8fbb-bd41-be15-3ca4c07aaa54
Ancestors: Monticello-ct.706

Fix MCSaveVersionDialog refreshing: Update text if the currently selected item changed

=============== Diff against Monticello-ct.706 ===============

Item was changed:
  ----- Method: MCSaveVersionDialog>>refresh (in category 'actions') -----
  refresh
+ 	| latestSelection |
+ 	latestSelection := self selection.
+ 	self updateItems.
  	self
+ 		selection: latestSelection;
+ 		changed: #list;
+ 		changed: #text.!
- 		 updateItems ;
- 		 changed: #list!



More information about the Squeak-dev mailing list