[squeak-dev] The Trunk: EToys-cmm.117.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 29 20:50:37 UTC 2014


Chris Muller uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-cmm.117.mcz

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

Name: EToys-cmm.117
Author: cmm
Time: 29 January 2014, 2:49:48.859 pm
UUID: c3e71dbe-17af-4b71-ad9c-c0bb2a2bc193
Ancestors: EToys-nice.116

Don't nil Presenter's defaultPresenterClass: because it at least breaks the deletion of Morphic projects.

=============== Diff against EToys-nice.116 ===============

Item was changed:
  ----- Method: EToySystem class>>cleanUp: (in category 'class initialization') -----
  cleanUp: aggressive
  	aggressive ifTrue: [
  	StandardScriptingSystem removeUnreferencedPlayers.
  	Project removeAllButCurrent.
  	#('Morphic-UserObjects' 'EToy-UserObjects' 'Morphic-Imported' ) do:
  		[ : each | SystemOrganization removeSystemCategory: each ].
  	World dumpPresenter.
- 	Presenter defaultPresenterClass: nil.
  	Preferences removePreference: #allowEtoyUserCustomEvents.]!



More information about the Squeak-dev mailing list