[squeak-dev] The Trunk: Morphic-laza.179.mcz

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

[squeak-dev] The Trunk: Morphic-laza.179.mcz

commits-2
Alexander Lazarević uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-laza.179.mcz

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

Name: Morphic-laza.179
Author: laza
Time: 9 September 2009, 12:17:24 pm
UUID: cb4842cd-79dd-c445-b46f-31ea294627f1
Ancestors: Morphic-laza.178

This should be the final step in loading the changes

=============== Diff against Morphic-laza.178 ===============

Item was changed:
  ----- Method: SystemProgressMorph>>labelAt:put: (in category 'labelling') -----
  labelAt: progressBlock put: aString
  "Change the label for the given progressBlock to aString."
+ progressBlock value: aString!
- "progressBlock value: aString"!