The Trunk: System-dtl.326.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: System-dtl.326.mcz

commits-2
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]]!