-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 b4e0b07..d5de9cb 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp | |||
@@ -2575,24 +2575,25 @@ void KABCore::requestForNameEmailUidList(const QString& sourceChannel, const QSt | |||
2575 | callContactdialog(); | 2575 | callContactdialog(); |
2576 | //QCopEnvelope e("QPE/Application/kapi", "callContactdialog()"); | 2576 | //QCopEnvelope e("QPE/Application/kapi", "callContactdialog()"); |
2577 | #endif | 2577 | #endif |
2578 | } | 2578 | } |
2579 | void KABCore::resizeAndCallContactdialog() | 2579 | void KABCore::resizeAndCallContactdialog() |
2580 | { | 2580 | { |
2581 | updateMainWindow(); | 2581 | updateMainWindow(); |
2582 | QTimer::singleShot( 10,this, SLOT ( callContactdialog() ) ); | 2582 | QTimer::singleShot( 10,this, SLOT ( callContactdialog() ) ); |
2583 | } | 2583 | } |
2584 | 2584 | ||
2585 | void KABCore::doRingSync() | 2585 | void KABCore::doRingSync() |
2586 | { | 2586 | { |
2587 | topLevelWidget()->raise(); | ||
2587 | syncManager->multiSync( false ); | 2588 | syncManager->multiSync( false ); |
2588 | } | 2589 | } |
2589 | void KABCore::callContactdialog() | 2590 | void KABCore::callContactdialog() |
2590 | { | 2591 | { |
2591 | static bool running = false; | 2592 | static bool running = false; |
2592 | if (running) return; | 2593 | if (running) return; |
2593 | running = true; | 2594 | running = true; |
2594 | QStringList nameList; | 2595 | QStringList nameList; |
2595 | QStringList emailList; | 2596 | QStringList emailList; |
2596 | QStringList uidList; | 2597 | QStringList uidList; |
2597 | qDebug(" KABCore::callContactdialog:DESKTOP WIDTH %d ", QApplication::desktop()->width() ); | 2598 | qDebug(" KABCore::callContactdialog:DESKTOP WIDTH %d ", QApplication::desktop()->width() ); |
2598 | KABC::Addressee::List list = KABC::AddresseeDialog::getAddressees(this); | 2599 | KABC::Addressee::List list = KABC::AddresseeDialog::getAddressees(this); |