Contextmenu requests in the open field of a bufferview shows now the networks context...
[quassel.git] / src / qtui / channellistdlg.cpp
index c232a05..4165c81 100644 (file)
@@ -66,6 +66,7 @@ void ChannelListDlg::setNetwork(NetworkId netId) {
   
   _netId = netId;
   _ircListModel.setChannelList();
+  showFilterLine(false);
 }
 
 void ChannelListDlg::requestSearch() {