The Trunk: Monticello-mt.705.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-mt.705.mcz

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

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

Name: Monticello-mt.705
Author: mt
Time: 14 October 2019, 7:03:11.234144 pm
UUID: 0e9adae4-6eda-6f4a-896b-bcc9caf9fec9
Ancestors: Monticello-mt.704

Fixes an update bug in the repository list selection.

=============== Diff against Monticello-mt.704 ===============

Item was changed:
  ----- Method: MCWorkingCopyBrowser>>workingCopy: (in category 'morphic ui') -----
  workingCopy: wc
  workingCopy := wc.
+ self
+ changed: #workingCopySelection;
+ changed: #repositoryList;
+ changed: #repositorySelection.
- self changed: #workingCopySelection; changed: #repositoryList.
  self changedButtons.
  !