-rw-r--r-- | kabc/vcardformatimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/vcardformatimpl.cpp b/kabc/vcardformatimpl.cpp index c31af46..b9fe6ff 100644 --- a/kabc/vcardformatimpl.cpp +++ b/kabc/vcardformatimpl.cpp @@ -124,5 +124,5 @@ void VCardFormatImpl::saveAll( AddressBook *ab, Resource *resource, QFile *file if ( (*it).resource() == resource ) { VCard *v = new VCard; - saveAddressee( (*it), v, false ); + saveAddressee( (*it), v, true ); (*it).setChanged( false ); vcardlist.append( v ); |