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

commits at source.squeak.org commits at source.squeak.org
Sun May 2 23:32:18 UTC 2010


David T. Lewis uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-dtl.326.mcz

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

Name: System-dtl.326
Author: dtl
Time: 2 May 2010, 7:28:05.567 pm
UUID: cbd8aa29-d95a-4891-a52f-43229c2575d8
Ancestors: System-dtl.325

Save the current UIManager in Project uiManager variable

=============== Diff against System-dtl.325 ===============

Item was changed:
  ----- Method: Project>>uiManager (in category 'accessing') -----
  uiManager
  	"Answer the manager that provides user interface services for this project "
  	^ uiManager
  		ifNil: [uiManager := Smalltalk
  						at: #UIManager
+ 						ifPresent: [:mgr | uiManager := mgr getDefault]]!
- 						ifPresent: [:mgr | mgr getDefault]]!




More information about the Squeak-dev mailing list