Marcel Taeumel uploaded a new version of Protocols to project The Trunk:
http://source.squeak.org/trunk/Protocols-jr.58.mcz==================== Summary ====================
Name: Protocols-jr.58
Author: jr
Time: 4 November 2016, 7:41:55.914699 pm
UUID: 5b7d26fb-0bed-d841-9978-68893217f05e
Ancestors: Protocols-tfel.57
add missing nesting to mainCategoryListMenu
#addList: expects a list of tuples
=============== Diff against Protocols-tfel.57 ===============
Item was changed:
----- Method: Lexicon>>mainCategoryListMenu: (in category 'category list') -----
mainCategoryListMenu: aMenu
"Answer the menu for the category list"
<categoryListMenu>
+ ^ aMenu addList: #(('find...(f)' obtainNewSearchString)); yourself!
- ^ aMenu addList: #('find...(f)' obtainNewSearchString); yourself!