The Inbox: System-spd.329.mcz

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

The Inbox: System-spd.329.mcz

commits-2
A new version of System was added to project The Inbox:
http://source.squeak.org/inbox/System-spd.329.mcz

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

Name: System-spd.329
Author: spd
Time: 18 May 2010, 10:15:14.216 am
UUID: 9f46a549-aee2-4e09-8ef7-410ba51ae049
Ancestors: System-ar.328

Added (overrides Categorizer class>>default):
SystemOrganizer class>>default
  ^ SystemOrganization

Motivation: I was trying to delete a category, and found SystemOrganizer via Method Names.  It wasn't immediately obvious how to use it, so I had to whip out SBE to remind me of SystemOrganization.

=============== Diff against System-ar.328 ===============

Item was added:
+ ----- Method: SystemOrganizer class>>default (in category 'class initialization') -----
+ default
+
+   ^ SystemOrganization
+ !