[squeak-dev] The Trunk: System-dtl.205.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Dec 27 17:15:51 UTC 2009


Andreas Raab uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-dtl.205.mcz

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

Name: System-dtl.205
Author: dtl
Time: 27 December 2009, 11:32:41 am
UUID: 998834a5-631b-4a6d-a540-e80f142e35cf
Ancestors: System-ar.204

Change #openSourceFiles to open the default kind of SourceFileArray.

=============== Diff against System-ar.204 ===============

Item was changed:
  ----- Method: SmalltalkImage>>openSourceFiles (in category 'sources, changes log') -----
  openSourceFiles
  
  	self imageName = LastImageName ifFalse:
  		["Reset the author initials to blank when the image gets moved"
  		LastImageName := self imageName.
  		Utilities setAuthorInitials: ''].
  	FileDirectory
  		openSources: self sourcesName
  		andChanges: self changesName
  		forImage: LastImageName.
+ 	SourceFileArray install!
- 	StandardSourceFileArray install!




More information about the Squeak-dev mailing list