https://bugs.kde.org/show_bug.cgi?id=458654
Jack <ostrof...@users.sourceforge.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED CC| |ostroffjh@users.sourceforge | |.net Ever confirmed|0 |1 --- Comment #5 from Jack <ostrof...@users.sourceforge.net> --- I finally got a change to try this again, and I confirm that it does immediately pop up an error if the file cannot be found. This message is from kmymoney/plugins/qif/import/kimportdlg.cpp (line 138 in master branch,) where it is checking the validity of the file name in the dialog whenever the file name changes. I suspect (but have not actually traced the code) that this is being triggered when the dialog is first presented as if the file name had just been typed in. It is not actually trying to open the file at that point, just test whether it exists. I don't know how easy it will be to skip the warning if the file name is simply there from having been used the last time a qif file was imported. -- You are receiving this mail because: You are the assignee for the bug.