Jan. 29, 2011
12:52 p.m.
Updates: Status: Accepted Comment #1 on issue 3592 by stephane...@gmail.com: MenuMorph uses action: and selector: to mean the same thing http://code.google.com/p/pharo/issues/detail?id=3592 Reducing duplication is always good. Now action: is different from selector: to me in the sense that selector: #symbol and action: could be a block. But in any case it would be good to clean it.