From kde-commits Sun Jan 11 12:57:11 2009 From: Martin Koller Date: Sun, 11 Jan 2009 12:57:11 +0000 To: kde-commits Subject: KDE/kdepim/kaddressbook/xxport Message-Id: <1231678631.327965.16256.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123167864128822 SVN commit 909341 by mkoller: On exporting a vcard don't forget to set the department in addition to the organization, which both share the ORG: field M +1 -0 vcard_xxport.cpp --- trunk/KDE/kdepim/kaddressbook/xxport/vcard_xxport.cpp #909340:909341 @@ -295,6 +295,7 @@ addr.setTitle( (*it).title() ); addr.setRole( (*it).role() ); addr.setOrganization( (*it).organization() ); + addr.setDepartment( (*it).department() ); addr.setLogo( (*it).logo() );