[squeak-dev] The Inbox: Protocols-jr.58.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Nov 4 18:42:00 UTC 2016


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!



More information about the Squeak-dev mailing list