Bug 212852 - Exporting a contact as a 2.1 vCard saves it as a 3.0 one
Summary: Exporting a contact as a 2.1 vCard saves it as a 3.0 one
Status: VERIFIED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-03 02:43 UTC by Sabine Faure
Modified: 2009-11-04 17:31 UTC (History)
1 user (show)

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 Sabine Faure 2009-11-03 02:43:24 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Kontact and go to KAB.
- create a new contact
- Go to File menu/Export/Export vCard 2.1...
- click on 'Ok' twice
- Select a location on your hard disk to save the .vcf file and click on 'Save'
- Find the file on your hard disk an open it in a word processor

You can see that eventhough you saved the file as a 2.1 vCard its version number is in fact 3.0 whereas it should be 2.1.

Trunk, Svn Rev 1043144
Comment 1 Tobias Koenig 2009-11-03 09:31:35 UTC
SVN commit 1044143 by tokoe:

Set the right option to export as vCard version 2.1

BUG: 212852


 M  +8 -3      xxportfactory.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1044143
Comment 2 Sabine Faure 2009-11-04 17:31:37 UTC
It is corrected now.

When exported as a 2.1 vCard file the contact version number is now 2.1 as it should be.

Trunk, Svn Rev 1044595