minor improvements to automatic buffer selection
[quassel.git] / src / client / buffermodel.cpp
index 328cede..21141ca 100644 (file)
@@ -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;
     {