[squeak-dev] The Trunk: System-fbs.584.mcz

Tobias Pape Das.Linux at gmx.de
Fri Aug 9 21:32:18 UTC 2013


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi
Am 09.08.2013 um 18:34 schrieb commits at source.squeak.org:


Item was changed:
 ----- Method: MczInstaller class>>registerForFileList (in category 'services') -----
 registerForFileList
+ 	Smalltalk at: #MCReader ifAbsent: [FileServices registerFileReader: self]!
- - 	Smalltalk at: #MCReader ifAbsent: [FileList registerFileReader: self]!

Item was changed:
 ----- Method: SARInstaller class>>initialize (in category 'class initialization') -----
 initialize
 	"SARInstaller initialize"
+ 	FileServices registerFileReader: self.!
- - 	(FileList respondsTo: #registerFileReader:)
- - 		ifTrue: [ FileList registerFileReader: self ]!

Item was changed:
 ----- Method: SARInstaller class>>unload (in category 'class initialization') -----
 unload
+ 	FileServices unregisterFileReader: self.!
- - 
- - 	(FileList respondsTo: #unregisterFileReader:)
- - 		ifTrue: [ FileList unregisterFileReader: self

Shouldn't those go into Monticello?

Best
	-Tobias
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.20 (Darwin)

iEYEARECAAYFAlIFX+kACgkQcPVIrP6PLKvxrQCggf35KPq1sY0TQqVUCe2Fgbqg
PyUAnA3oHFG49NWalMas/3cp/LmQC45n
=v+p+
-----END PGP SIGNATURE-----


More information about the Squeak-dev mailing list