[squeak-dev] The Inbox: Universes-kfr.47.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Oct 27 13:03:15 UTC 2014


A new version of Universes was added to project The Inbox:
http://source.squeak.org/inbox/Universes-kfr.47.mcz

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

Name: Universes-kfr.47
Author: kfr
Time: 27 October 2014, 2:01:04.363 pm
UUID: be75a4ac-e8b3-834d-af8f-23cf47fcac79
Ancestors: Universes-nice.46

Remove entries in world menu

=============== Diff against Universes-nice.46 ===============

Item was changed:
  ----- Method: UUniverseBrowser class>>unload (in category 'class initialization') -----
  unload
+ 	#('Package Universe Browser' 'Universe Browser (basic)') do: [:oldName |
+ 		TheWorldMenu unregisterOpenCommand: oldName ].!
- 	TheWorldMenu unregisterOpenCommand: 'Universe Browser (basic)'!



More information about the Squeak-dev mailing list