Bug 257501

Summary: Cancelling Gnucash import does not work
Product: [Applications] kmymoney Reporter: bubuche.pub
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version: 4.5   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description bubuche.pub 2010-11-21 11:40:55 UTC
Version:           4.5 (using KDE 4.5.1) 
OS:                Linux

Hello,

On a new KMyMoney4 file:
  - Select File -> Import -> Gnucash
  - Choose the file to import
  - Click on "Cancel"

Despite "Cancel", the import procedure still starts.



Reproducible: Didn't try



Expected Results:  
The Cancel button should stop importing data.
Comment 1 Cristian OneČ› 2011-08-15 21:08:23 UTC
SVN commit 1247418 by conet:

BUG: 257501
Remove the cancel button since at the point the dialog is displayed the import process can't be canceled anymore. If the options dialog is closed with the 'x' some defaults are used (the same as previously pressing Cancel but at least it does not suggest that the process can be canceled).

 M  +1 -1      kgncimportoptionsdlg.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1247418
Comment 2 Cristian OneČ› 2011-08-15 21:09:22 UTC
SVN commit 1247420 by conet:

BUG: 257501
Remove the cancel button since at the point the dialog is displayed the import process can't be canceled anymore. If the options dialog is closed with the 'x' some defaults are used (the same as previously pressing Cancel but at least it does not suggest that the process can be canceled).
Backported to the stable branch.

 M  +1 -1      kgncimportoptionsdlg.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1247420