Issue 3616 in pharo: SyntaxError listMenu: fixes

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

Issue 3616 in pharo: SyntaxError listMenu: fixes

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.3

New issue 3616 by [hidden email]: SyntaxError listMenu: fixes
http://code.google.com/p/pharo/issues/detail?id=3616


Apparently the menus was broken so it is back

listMenu: aMenu
        ^ aMenu
                labels:
                        ({ 'Proceed' .
'Debug calling process' .
'Browse full'} collect: [ :l | l translated ])
                lines: #()
                selections: #(#proceed #debug #browseMethodFull)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3616 in pharo: SyntaxError listMenu: fixes

pharo
Updates:
        Status: Fixed

Comment #1 on issue 3616 by [hidden email]: SyntaxError listMenu:  
fixes
http://code.google.com/p/pharo/issues/detail?id=3616

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3616 in pharo: SyntaxError listMenu: fixes

pharo
Updates:
        Status: Closed

Comment #2 on issue 3616 by [hidden email]: SyntaxError listMenu:  
fixes
http://code.google.com/p/pharo/issues/detail?id=3616

(No comment was entered for this change.)