From 13fc351ea5d8189001f549ca90d0ba138dd17407 Mon Sep 17 00:00:00 2001 From: Marcus Eggenberger Date: Tue, 17 Feb 2009 18:26:24 +0100 Subject: [PATCH] minor improvements to automatic buffer selection --- src/client/buffermodel.cpp | 1 - 1 file changed, 1 deletion(-) 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; { -- 2.20.1