From: Marcus Eggenberger Date: Tue, 17 Feb 2009 17:26:24 +0000 (+0100) Subject: minor improvements to automatic buffer selection X-Git-Tag: 0.4.0~4 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=13fc351ea5d8189001f549ca90d0ba138dd17407 minor improvements to automatic buffer selection --- diff --git a/src/client/buffermodel.cpp b/src/client/buffermodel.cpp index 328cede2..21141ca2 100644 --- a/src/client/buffermodel.cpp +++ b/src/client/buffermodel.cpp @@ -60,7 +60,6 @@ void BufferModel::networkConnectionChanged(Network::ConnectionState state) { switch(state) { case Network::Connecting: case Network::Initializing: - case Network::Initialized: if(currentIndex().isValid()) return; {