The Trunk: ToolBuilder-Morphic-ul.44.mcz

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

The Trunk: ToolBuilder-Morphic-ul.44.mcz

commits-2
Levente Uzonyi uploaded a new version of ToolBuilder-Morphic to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-Morphic-ul.44.mcz

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

Name: ToolBuilder-Morphic-ul.44
Author: ul
Time: 12 December 2009, 2:51:46 am
UUID: 47d04862-b512-6540-aa8f-502cc680ca4f
Ancestors: ToolBuilder-Morphic-ar.43

- replace sends of #ifNotNilDo: to #ifNotNil:, #ifNil:ifNotNilDo: to #ifNil:ifNotNil:, #ifNotNilDo:ifNil: to #ifNotNil:ifNil:

=============== Diff against ToolBuilder-Morphic-ar.43 ===============

Item was changed:
  ----- Method: MorphicToolBuilderTests>>fireMenuItemWidget (in category 'support') -----
  fireMenuItemWidget
  (widget itemWithWording: 'Menu Item')
+ ifNotNil: [:item | item doButtonAction]!
- ifNotNilDo: [:item | item doButtonAction]!