The Trunk: System-nice.305.mcz

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

The Trunk: System-nice.305.mcz

commits-2
Nicolas Cellier uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-nice.305.mcz

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

Name: System-nice.305
Author: nice
Time: 30 March 2010, 10:18:06.019 pm
UUID: 0f209bd1-5091-e043-be3e-dcac0c300036
Ancestors: System-ar.304

Fix for http://bugs.squeak.org/view.php?id=7483
#metaclass -> #metaClass

=============== Diff against System-ar.304 ===============

Item was changed:
  ----- Method: PseudoClass>>theMetaClass (in category 'accessing') -----
  theMetaClass
+ ^ self metaClass!
- ^ self metaclass!