[Kmymoney-devel] [Bug 232757] kmymoney crash on going to Planning:Calendar

Cristian Onet onet.cristian at gmail.com
Wed Sep 1 09:51:11 CEST 2010


https://bugs.kde.org/show_bug.cgi?id=232757


Cristian Onet <onet.cristian at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |




--- Comment #10 from Cristian Onet <onet cristian gmail com>  2010-09-01 09:51:10 ---
Hi,

I've already fixed this previously but it seems that I've fixed it the wrong
way :) see the comment "// make sure that an improper translation will not
cause a crash" and this diff
http://websvn.kde.org/trunk/extragear/office/kmymoney/kmymoney/widgets/kmymoneyscheduleddatetbl.cpp?r1=1079021&r2=1113328&pathrev=1170476

The current solution still has the BUG I've introduced then:
" if (postfixList.size() <= d) " should actually be
" if (d <= postfixList.size()) " and then the last change of Alvaro can also be
reverted.

In the current implementation I think that suffixes are not visible since
"postfixList.size() <= d" always evaluates to false (it's correct only when
d=31).

Can someone fix this please?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list