The Trunk: Universes-cmm.42.mcz

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

The Trunk: Universes-cmm.42.mcz

commits-2
Chris Muller uploaded a new version of Universes to project The Trunk:
http://source.squeak.org/trunk/Universes-cmm.42.mcz

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

Name: Universes-cmm.42
Author: cmm
Time: 15 March 2010, 7:01:55.264 pm
UUID: 1a690679-fb51-45a2-8935-de338a55a448
Ancestors: Universes-tfel.41

- Improved guard of authorInitialsPerSe.

=============== Diff against Universes-tfel.41 ===============

Item was changed:
  ----- Method: UUniverseEditor>>createNewPackage (in category 'package editing') -----
  createNewPackage
  | package |
  package := UPackage new.
+ Utilities authorInitialsPerSe isEmptyOrNil ifFalse: [
- Utilities authorInitialsPerSe ifNotNil: [
  package maintainer: Utilities authorInitialsPerSe
  ].
  ^package!