X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fbuffermodel.cpp;h=21141ca2c021ef7672d01df659d1e6ee57d97d13;hp=328cede2591dba541d2f53f857ca873449d8d210;hb=13fc351ea5d8189001f549ca90d0ba138dd17407;hpb=0319562ffe6f8b0ca97d3eb509b0343f88d2016a 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; {