From: Marcus Eggenberger Date: Mon, 21 Jul 2008 14:45:38 +0000 (+0200) Subject: stop pinging the server after disconnect... oops X-Git-Tag: 0.3.0~245 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=72661d39517f5a06862abfe4e645f64334041cb4 stop pinging the server after disconnect... oops --- diff --git a/src/core/networkconnection.cpp b/src/core/networkconnection.cpp index 67680951..e4cc3aa5 100644 --- a/src/core/networkconnection.cpp +++ b/src/core/networkconnection.cpp @@ -375,6 +375,7 @@ void NetworkConnection::socketCloseTimeout() { } void NetworkConnection::socketDisconnected() { + _pingTimer.stop(); _autoWhoCycleTimer.stop(); _autoWhoTimer.stop(); _autoWhoQueue.clear();