From 5e7c3e3e51fa939e97b73e6443089edcec8dc663 Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 06 Jan 2005 00:18:02 +0000 Subject: kapi pic fix --- (limited to 'kabc') diff --git a/kabc/vcardformatimpl.cpp b/kabc/vcardformatimpl.cpp index c31af46..b9fe6ff 100644 --- a/kabc/vcardformatimpl.cpp +++ b/kabc/vcardformatimpl.cpp @@ -123,7 +123,7 @@ void VCardFormatImpl::saveAll( AddressBook *ab, Resource *resource, QFile *file for ( it = ab->begin(); it != ab->end(); ++it ) { if ( (*it).resource() == resource ) { VCard *v = new VCard; - saveAddressee( (*it), v, false ); + saveAddressee( (*it), v, true ); (*it).setChanged( false ); vcardlist.append( v ); } -- cgit v0.9.0.2