From 59ed933d6c43ecb0ddd3dec53cc289ee8aa68482 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 09 Oct 2004 16:58:08 +0000 Subject: fixed sync bug --- (limited to 'kaddressbook/kabcore.cpp') diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index 7ec3fca..452f1bc 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -2876,7 +2876,7 @@ void KABCore::getFile( bool success ) setCaption( i18n("Error receiving file. Nothing changed!") ); return; } - mAddressBook->importFromFile( sentSyncFile() ); + mAddressBook->importFromFile( sentSyncFile() , false, true ); topLevelWidget()->setCaption( i18n("Pi-Sync successful!") ); mViewManager->refreshView(); } -- cgit v0.9.0.2