[squeak-dev] The Inbox: Morphic-dtl.1376.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Mon Dec 11 06:48:25 UTC 2017


Hmm... now #letTheMusicPlay cannot work anymore. :-)

Best,
Marcel
Am 10.12.2017 20:07:19 schrieb commits at source.squeak.org <commits at source.squeak.org>:
David T. Lewis uploaded a new version of Morphic to project The Inbox:
http://source.squeak.org/inbox/Morphic-dtl.1376.mcz

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

Name: Morphic-dtl.1376
Author: dtl
Time: 10 December 2017, 2:04:07.58309 pm
UUID: eaa7809b-73bf-4643-b2a1-3d9d7ac54362
Ancestors: Morphic-nice.1375

Call super in finalExitActions: in order to clear the EmergencyRecoveryRequested guard.

=============== Diff against Morphic-nice.1375 ===============

Item was changed:
----- Method: MorphicProject>>finalExitActions: (in category 'enter') -----
finalExitActions: enteringProject

+ super finalExitActions: enteringProject.
world triggerClosingScripts.
-
"Pause sound players, subject to preference settings"
(world hasProperty: #letTheMusicPlay)
ifTrue: [world removeProperty: #letTheMusicPlay]
ifFalse: [SoundService stop].

world sleep.
(world findA: ProjectNavigationMorph)
ifNotNil: [:navigator | navigator retractIfAppropriate].
self clearGlobalState.
Sensor flushAllButDandDEvents. !


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20171211/715dbc30/attachment.html>


More information about the Squeak-dev mailing list