[squeak-dev] The Trunk: Sound-ul.32.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Aug 4 01:15:22 UTC 2011


Levente Uzonyi uploaded a new version of Sound to project The Trunk:
http://source.squeak.org/trunk/Sound-ul.32.mcz

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

Name: Sound-ul.32
Author: ul
Time: 3 August 2011, 1:51:54.523 am
UUID: a2095fc2-ab98-f74d-b1cf-5f44a9f922a0
Ancestors: Sound-bf.31

Removed unnecessary blocks.

=============== Diff against Sound-bf.31 ===============

Item was changed:
  ----- Method: SequentialSound>>transformSounds: (in category 'copying') -----
  transformSounds: tfmBlock
  	"Private!! Support for copying. Copy my component sounds."
  
+ 	sounds := sounds collect: tfmBlock
- 	sounds := sounds collect: [:s | tfmBlock value: s].
  !




More information about the Squeak-dev mailing list