The Trunk: Monticello-ct.708.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Monticello-ct.708.mcz

commits-2
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!