The Trunk: Tools-mt.576.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-mt.576.mcz

commits-2
Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.576.mcz

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

Name: Tools-mt.576
Author: mt
Time: 2 April 2015, 11:44:45 am
UUID: a36d49ef-4d1f-b644-9acb-abe7a9334b3c
Ancestors: Tools-mt.575

Fixes the bug with the wrang label in the system window of object explorers.

=============== Diff against Tools-mt.575 ===============

Item was changed:
  ----- Method: ObjectExplorer class>>openOn: (in category 'instance creation') -----
  openOn: anObject
 
+ ^ ToolBuilder open: (self explore: anObject)!
- ^ self openOn: anObject withLabel: nil!