Bug 213160

Summary: 'Skip first row of file' functionality changes back all the headings to 'undefined' in CSV import dialogue.
Product: [Applications] kaddressbook Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: tokoe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2009-11-04 23:19:46 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Kontact and go to KAB
- Go to file menu/Import/Import CSV file...
- click on the floppy disk button and browse to select a .csv file
- The headings are entitled 'Undefined'
- Change them into proper headings.
- Check the 'Skip first row of file' check box

The first row of file is removed but all the headings are changed back to 'Undefined'!



Trunk, Svn Rev 1044595
Comment 1 Tobias Koenig 2009-11-05 17:33:10 UTC
SVN commit 1045266 by tokoe:

Save/restore the field selection when skipping the first row

BUG: 213160


 M  +8 -1      csvimportdialog.cpp  
 M  +3 -0      csvimportdialog.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1045266
Comment 2 Sabine Faure 2009-11-06 16:29:27 UTC
It is corrected now.

The 'Skip first row of file' functionality works now and only the first row of file is removed.

Trunk, Svn Rev 1045634