Status: FixReviewNeeded
Owner:
[hidden email]
Labels: Type-Bug Milestone-1.4
New issue 5298 by
[hidden email]: Infinite Loop in MenuRegistration
http://code.google.com/p/pharo/issues/detail?id=5298action: aMessageSendOrABlock
"set the action of the menu"
aMessageSendOrABlock isBlock
ifTrue: [
self target: aMessageSendOrABlock.
self selector: #value]
ifFalse: [
self action: aMessageSendOrABlock]
As you can see, if aMessageSendOrABlock is not a block, it hangs.
Attachments:
MenuRegistrationFix.2.cs 416 bytes
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker