Nicolas Cellier uploaded a new version of Files to project The Trunk:
http://source.squeak.org/trunk/Files-nice.77.mcz==================== Summary ====================
Name: Files-nice.77
Author: nice
Time: 22 March 2010, 7:23:10.563 pm
UUID: e5bd5482-768d-fc46-adfd-3f614d832dab
Ancestors: Files-nice.76
Let #at:put: answer the put object
=============== Diff against Files-nice.76 ===============
Item was changed:
----- Method: StandardSourceFileArray>>at:put: (in category 'accessing') -----
at: index put: aFile
+ ^files at: index put: aFile!
- files at: index put: aFile!
Item was changed:
----- Method: ExpandedSourceFileArray>>at:put: (in category 'accessing') -----
at: index put: aFile
+ ^files at: index put: aFile!
- files at: index put: aFile!