David T. Lewis uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-dtl.279.mcz==================== Summary ====================
Name: Morphic-dtl.279
Author: dtl
Time: 28 December 2009, 11:32:29 am
UUID: 29b8fe5a-4e36-4f74-bdbf-23912f588c7d
Ancestors: Morphic-dtl.278
Rename #startUpComplete to #wakeUpTopWindow because it is used in contexts other than image startup. Change ChangesOrganizer class>>reorderChangesSets to use 'Project current wakeUpTopWindow' rather than an #isMorphic test.
=============== Diff against Morphic-dtl.278 ===============
Item was added:
+ ----- Method: MorphicProject>>wakeUpTopWindow (in category 'enter') -----
+ wakeUpTopWindow
+ "Image has been restarted, and the startUp list has been processed. Perform
+ any additional actions needed to restart the user interface."
+
+ SystemWindow wakeUpTopWindowUponStartup!
Item was removed:
- ----- Method: MorphicProject>>startUpComplete (in category 'enter') -----
- startUpComplete
- "Image has been restarted, and the startUp list has been processed. Perform
- any additional actions needed to restart the user interface."
-
- SystemWindow wakeUpTopWindowUponStartup!