author | zautrix <zautrix> | 2004-10-28 18:28:07 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-28 18:28:07 (UTC) |
commit | 43f40fe1bbc57d3b57d2a715accb51a7c8e473e1 (patch) (unidiff) | |
tree | a85c2f1229f4c4d9391719c414add5fe9d4f4480 /kaddressbook | |
parent | a9ca33a6c78026396ff081572e96f0d1e3eb63fa (diff) | |
download | kdepimpi-43f40fe1bbc57d3b57d2a715accb51a7c8e473e1.zip kdepimpi-43f40fe1bbc57d3b57d2a715accb51a7c8e473e1.tar.gz kdepimpi-43f40fe1bbc57d3b57d2a715accb51a7c8e473e1.tar.bz2 |
makefile back
-rw-r--r-- | kaddressbook/kabcore.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index ea103a9..273d435 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp | |||
@@ -2786,12 +2786,13 @@ bool KABCore::synchronizeAddressbooks( KABC::AddressBook* local, KABC::AddressBo | |||
2786 | if ( mGlobalSyncMode == SYNC_MODE_NORMAL) | 2786 | if ( mGlobalSyncMode == SYNC_MODE_NORMAL) |
2787 | remote->insertAddressee( addresseeRSync, false ); | 2787 | remote->insertAddressee( addresseeRSync, false ); |
2788 | local->insertAddressee( addresseeLSync, false ); | 2788 | local->insertAddressee( addresseeLSync, false ); |
2789 | QString mes; | 2789 | QString mes; |
2790 | mes .sprintf( i18n("Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n"),addedAddressee, addedAddresseeR, changedLocal, changedRemote, deletedAddresseeL, deletedAddresseeR ); | 2790 | mes .sprintf( i18n("Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n"),addedAddressee, addedAddresseeR, changedLocal, changedRemote, deletedAddresseeL, deletedAddresseeR ); |
2791 | qDebug( mes ); | 2791 | qDebug( mes ); |
2792 | mes = i18n("Local addressbook changed!\n") +mes; | ||
2792 | if ( syncManager->mShowSyncSummary ) { | 2793 | if ( syncManager->mShowSyncSummary ) { |
2793 | if ( KMessageBox::Cancel == KMessageBox::warningContinueCancel(this, mes, | 2794 | if ( KMessageBox::Cancel == KMessageBox::warningContinueCancel(this, mes, |
2794 | i18n("KA/Pi Synchronization"),i18n("Write back"))) { | 2795 | i18n("KA/Pi Synchronization"),i18n("Write back"))) { |
2795 | qDebug("cancelled "); | 2796 | qDebug("cancelled "); |
2796 | return false; | 2797 | return false; |
2797 | } | 2798 | } |