tim Rowledge uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-tpr.1039.mcz==================== Summary ====================
Name: Morphic-tpr.1039
Author: tpr
Time: 14 November 2015, 11:33:01.516 am
UUID: 692c74f8-6f76-42a7-8581-64200e813180
Ancestors: Morphic-tpr.1038
Fix mistaken usage of preference in DockingBarItemMorph>>#wantsKeyboardFocusOnShiftClick
=============== Diff against Morphic-tpr.1038 ===============
Item was changed:
----- Method: DockingBarItemMorph>>wantsKeyboardFocusOnShiftClick (in category 'events') -----
wantsKeyboardFocusOnShiftClick
"set this preference to false to prevent user editing of docking bar menu items"
+ ^Preferences valueOfPreference: #allowMenubarItemEditing ifAbsent: [true]!
- ^Preferences enable: #allowMenubarItemEditing!