[squeak-dev] The Trunk: GetText-fbs.28.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 7 14:04:36 UTC 2013


Frank Shearar uploaded a new version of GetText to project The Trunk:
http://source.squeak.org/trunk/GetText-fbs.28.mcz

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

Name: GetText-fbs.28
Author: fbs
Time: 7 May 2013, 3:04:07.592 pm
UUID: 202c89ea-b256-4aae-9b8d-0567a54cec0d
Ancestors: GetText-fbs.27

Only re-initialise during an aggressive cleanup (such as preparing a new release).

=============== Diff against GetText-fbs.27 ===============

Item was removed:
- ----- Method: TextDomainManager class>>cleanUp (in category 'private') -----
- cleanUp
- 	self clearAllDomains.!

Item was added:
+ ----- Method: TextDomainManager class>>cleanUp: (in category 'private') -----
+ cleanUp: aggressive
+ 	aggressive ifTrue: [self clearAllDomains].!



More information about the Squeak-dev mailing list