Bug 257501 - Cancelling Gnucash import does not work
Summary: Cancelling Gnucash import does not work
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.5
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-21 11:40 UTC by bubuche.pub
Modified: 2011-08-15 21:09 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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