[squeak-dev] The Trunk: MonticelloConfigurations-dtl.175.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 20 18:35:50 UTC 2022


David T. Lewis uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-dtl.175.mcz

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

Name: MonticelloConfigurations-dtl.175
Author: dtl
Time: 20 February 2022, 1:35:49.994213 pm
UUID: aa6e95c8-d9d2-4791-9df8-aa7628e0dac3
Ancestors: MonticelloConfigurations-mt.174

When opening a new MCConfigurationBrowser from the world menu, initialize it with MCConfigurationExtended so that comment and author information can be saved.

=============== Diff against MonticelloConfigurations-mt.174 ===============

Item was changed:
  ----- Method: MCConfigurationBrowser>>configuration (in category 'accessing') -----
  configuration
+ 	^configuration ifNil: [configuration := MCConfigurationExtended new]!
- 	^configuration ifNil: [configuration := MCConfiguration new]!



More information about the Squeak-dev mailing list