Comment 2 for bug 363382

Revision history for this message
Steve Dodier-Lazaro (sidi) wrote : Re: "Send to the calculator" doesn't work in 0.5

transactionolv.py : line 230 : command = actionStr.split(' ')[0].upper()

This is what should be changed. I don't know much about Python but you should change the last arg of onCalculatorAction to an unique identifier for the menu entry that is clicked (i guess they have indexes, or maybe you can give them IDs, dunno).