The Trunk: System-cmm.335.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-cmm.335.mcz

commits-2
Chris Muller uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-cmm.335.mcz

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

Name: System-cmm.335
Author: cmm
Time: 9 June 2010, 3:13:04.682 pm
UUID: 5044fa36-0b65-4430-9605-16f5d43760d7
Ancestors: System-cmm.334

- No need to return in new #standardSize: setter.

=============== Diff against System-cmm.334 ===============

Item was changed:
  ----- Method: RealEstateAgent class>>standardSize: (in category 'accessing') -----
  standardSize: extent
+ StandardSize := extent!
- ^ StandardSize := extent!