Marcel Taeumel uploaded a new version of ToolBuilder-Morphic to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-Morphic-mt.179.mcz==================== Summary ====================
Name: ToolBuilder-Morphic-mt.179
Author: mt
Time: 5 August 2016, 9:31:04.483358 am
UUID: 3b1fd0fb-2b96-a94a-af2b-06c5623f0617
Ancestors: ToolBuilder-Morphic-mt.178
Fixes a bug that prevented the creation of message categories in ProtoObject.
=============== Diff against ToolBuilder-Morphic-mt.178 ===============
Item was changed:
----- Method: ListChooser>>selectedIndex (in category 'accessing') -----
selectedIndex
+ ^ selectedIndex ifNil: [ self items size min: 1 ]!
- ^ selectedIndex ifNil: [ 1 ]!