The Trunk: Tools-ar.195.mcz

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

The Trunk: Tools-ar.195.mcz

commits-2
Andreas Raab uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ar.195.mcz

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

Name: Tools-ar.195
Author: ar
Time: 26 February 2010, 11:53:40.892 pm
UUID: 67504bbd-d090-4a45-9a05-b4a44d1703c5
Ancestors: Tools-ar.194

Cleanup for Browser and PopUpMenu.

=============== Diff against Tools-ar.194 ===============

Item was added:
+ ----- Method: Browser class>>cleanUp (in category 'class initialization') -----
+ cleanUp
+ "Flush caches"
+
+ self initialize.!

Item was added:
+ ----- Method: PopUpMenu class>>cleanUp (in category 'class initialization') -----
+ cleanUp
+ "Re-initialize"
+
+ self initialize.!