author | zautrix <zautrix> | 2004-10-07 23:26:31 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-07 23:26:31 (UTC) |
commit | 91e43b55a0ddf6a6f39f4ed3ae828ddad6ec89a5 (patch) (unidiff) | |
tree | 8fd8d34625e4e4f28dea34e4cb19612f49eca20d /libkdepim | |
parent | 9f1b282aa2a72f3118a89dfebbc3c8132197213a (diff) | |
download | kdepimpi-91e43b55a0ddf6a6f39f4ed3ae828ddad6ec89a5.zip kdepimpi-91e43b55a0ddf6a6f39f4ed3ae828ddad6ec89a5.tar.gz kdepimpi-91e43b55a0ddf6a6f39f4ed3ae828ddad6ec89a5.tar.bz2 |
sync fixes
-rw-r--r-- | libkdepim/ksyncmanager.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libkdepim/ksyncmanager.cpp b/libkdepim/ksyncmanager.cpp index 01309d5..b3e266a 100644 --- a/libkdepim/ksyncmanager.cpp +++ b/libkdepim/ksyncmanager.cpp | |||
@@ -1159,3 +1159,2 @@ void KCommandSocket::deleteSocket() | |||
1159 | mTimerSocket->stop(); | 1159 | mTimerSocket->stop(); |
1160 | KMessageBox::information( 0, i18n("ERROR:\nConnection to remote host timed out!\nDid you forgot to enable\nsyncing on remote host? ")); | ||
1161 | mRetVal = errorTO; | 1160 | mRetVal = errorTO; |
@@ -1172,2 +1171,5 @@ void KCommandSocket::deleteSocket() | |||
1172 | mSocket = 0; | 1171 | mSocket = 0; |
1172 | if ( mRetVal == errorTO) | ||
1173 | KMessageBox::information( 0, i18n("ERROR:\nConnection to remote\nhost timed out!\nDid you forgot to enable\nsyncing on remote host? ")); | ||
1174 | |||
1173 | emit commandFinished( this, mRetVal ); | 1175 | emit commandFinished( this, mRetVal ); |