The Trunk: Tools-topa.557.mcz

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

The Trunk: Tools-topa.557.mcz

commits-2
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))!