The Inbox: Protocols-jr.58.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Protocols-jr.58.mcz

commits-2
A new version of Protocols was added to project The Inbox:
http://source.squeak.org/inbox/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!