[squeak-dev] The Trunk: Tools-topa.557.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 25 08:42:01 UTC 2015


Tobias Pape uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-topa.557.mcz

==================== Summary ====================

Name: Tools-topa.557
Author: topa
Time: 25 March 2015, 9:41:06.71 am
UUID: 154a18bc-667c-43e6-8971-fc65de2ea68a
Ancestors: Tools-eem.556

Browser: Fix message list icons for metaclasses

=============== Diff against Tools-eem.556 ===============

Item was changed:
  ----- Method: Browser>>messageIconAt: (in category 'message list') -----
  messageIconAt: anIndex
  
  	self class showMessageIcons
  		ifFalse: [^ nil].
  
  	^ ToolIcons iconNamed: (ToolIcons
+ 		iconForClass: self selectedClassOrMetaClass
- 		iconForClass: self selectedClass
  		selector: (self messageList at: anIndex))!



More information about the Squeak-dev mailing list