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
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
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