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
_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to