[Kmymoney-devel] Review Request 117620: Remove fixed layout values from the CSV importer UI.

Allan agander93 at gmail.com
Fri Apr 18 12:27:32 UTC 2014


On 18/04/14 01:15, Chris wrote:
>
> Ok I see at some stage in the recent past a patch was put in for the
> incorrect indexing of the cell which was causing the crashes
>
>        if (ui->tableWidget->item(row, col) == 0) {  //  cell does not exist
>          continue;
>        }
>
> Chris

No, not really.  The code you drew attention to was c. 1469 in 
CSVDialog::redrawWindow(int startLine).  I think you're looking at one 
of several similar checks.

Whether or not this one might cause a problem for you may depend on 
whether all your rows have the same number of columns.

Allan


More information about the KMyMoney-devel mailing list