David T. Lewis uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-dtl.172.mcz==================== Summary ====================
Name: System-dtl.172
Author: dtl
Time: 23 November 2009, 7:34:56 am
UUID: 2b7b970d-2ee8-4625-a0eb-13bb3876275e
Ancestors: System-dtl.171
Fix Project class>>jumpToProject, broken in prior changes.
=============== Diff against System-dtl.171 ===============
Item was changed:
----- Method: Project class>>jumpToProject (in category 'utilities') -----
jumpToProject
"Project jumpToProject"
"Present a list of potential projects and enter the one selected."
+ self current class jumpToProject!
- self subclassResponsibility!