[Pkg] The Trunk: Sound-ar.22.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Sep 5 18:20:32 UTC 2010


Andreas Raab uploaded a new version of Sound to project The Trunk:
http://source.squeak.org/trunk/Sound-ar.22.mcz

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

Name: Sound-ar.22
Author: ar
Time: 5 September 2010, 11:19:26.835 am
UUID: bbc5f7f9-8da6-1043-9cf1-0c9567f8148a
Ancestors: Sound-nice.21

Restructurings to reduce package depencencies.

=============== Diff against Sound-nice.21 ===============

Item was changed:
  ----- Method: ScorePlayerMorph class>>unload (in category 'initialize-release') -----
  unload
  
+ 	FileServices unregisterFileReader: self !
- 	FileList unregisterFileReader: self !

Item was changed:
  ----- Method: ScorePlayerMorph class>>initialize (in category 'class initialization') -----
  initialize
  
+ 	FileServices registerFileReader: self!
- 	FileList registerFileReader: self!



More information about the Packages mailing list