The Trunk: Kernel-fbs.448.mcz

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

The Trunk: Kernel-fbs.448.mcz

commits-2
A new version of Kernel was added to project The Trunk:
http://source.squeak.org/trunk/Kernel-fbs.448.mcz

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

Name: Kernel-fbs.448
Author: fbs
Time: 28 April 2010, 10:30:41.538 pm
UUID: f46f80a9-5492-9542-9826-80a936a01df8
Ancestors: Kernel-ul.447

Support for Mantis 7517: a spawned workspace has no context menu.

=============== Diff against Kernel-ul.447 ===============

Item was changed:
  ----- Method: StringHolder class>>open (in category 'instance creation') -----
  open
+ ^ (Smalltalk at: #Workspace ifAbsent:[self]) new openLabel: 'Workspace'
- (Smalltalk at: #Workspace ifAbsent:[self]) new openLabel: 'Workspace'
  "Not to be confused with our own class var 'Workspace'"!