Crash on moving columns when in French
Reported by Virgil Dupras | December 8th, 2010 @ 12:29 PM
Application Identifier: com.hardcoded_software.moneyguru
Application Version: 2.3.3
Traceback (most recent call last):
File "/Applications/moneyGuru.app/Contents/Resources/mg_cocoa.plugin/Contents/Resources/mg_cocoa.py", line 300, in moveColumn_toIndex_
File "core/gui/column.pyc", line 59, in move_column
ValueError: list.remove(x): x not in list
Strangely, this only happens when I run moneyGuru in French. Interesting...
Comments and changes to this ticket
-
Virgil Dupras December 9th, 2010 @ 11:36 AM
- Assigned user set to Virgil Dupras
-
Virgil Dupras December 9th, 2010 @ 11:38 AM
- State changed from accepted to fixed
(from [357b45d441da]) [#211 state:fixed] When a bug causes MGColumns' tableView to be nil, don't connect to notifications, or else we bug things up even more. http://bitbucket.org/hsoft/moneyguru/changeset/357b45d441da/
-
Virgil Dupras December 9th, 2010 @ 11:39 AM
This bug has its root cause in #210, but it's still a bug in itself because it doesn't handle the unexpected situation caused by such bugs very well.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Tags
Referenced by
- 211 Crash on moving columns when in French (from [357b45d441da]) [#211 state:fixed] When a bug cause...