[squeak-dev] The Trunk: Universes-cmm.42.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Mar 16 00:02:29 UTC 2010


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!




More information about the Squeak-dev mailing list