The Trunk: GetText-fbs.28.mcz

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

The Trunk: GetText-fbs.28.mcz

commits-2
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].!