-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 | |||
@@ -2579,16 +2579,17 @@ void KABCore::requestForNameEmailUidList(const QString& sourceChannel, const QSt | |||
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; |