author | zautrix <zautrix> | 2005-07-02 09:37:26 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-07-02 09:37:26 (UTC) |
commit | 98273ae9af4d39181ace21fe3dfade141e5f8afb (patch) (unidiff) | |
tree | 76b538b328f11eb506aee74f4ab9e86ffdef1956 /kaddressbook | |
parent | cf243d3d9faa7d79eb706f6e70c8d01926e9da89 (diff) | |
download | kdepimpi-98273ae9af4d39181ace21fe3dfade141e5f8afb.zip kdepimpi-98273ae9af4d39181ace21fe3dfade141e5f8afb.tar.gz kdepimpi-98273ae9af4d39181ace21fe3dfade141e5f8afb.tar.bz2 |
raise fix
-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 | |||
@@ -2581,12 +2581,13 @@ void KABCore::resizeAndCallContactdialog() | |||
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; |