The Inbox: GetText-fbs.27.mcz

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

The Inbox: GetText-fbs.27.mcz

commits-2
Frank Shearar uploaded a new version of GetText to project The Inbox:
http://source.squeak.org/inbox/GetText-fbs.27.mcz

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

Name: GetText-fbs.27
Author: fbs
Time: 4 May 2013, 9:28:10.578 pm
UUID: 5c27cf06-5cd8-460b-b857-70b3b239d07b
Ancestors: GetText-eem.26

Add a #cleanUp so that ReleaseBuilder doesn't have to call #clearAllDomains.

=============== Diff against GetText-eem.26 ===============

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