X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.cpp;h=aaa59f45d6b2b7a1d21e26f6ddc7191e22357b41;hp=1f168b69ed5f2f6956d592c21b5623cb296e237f;hb=e9f87d7542d4a9fe0e9c63dec96e93d270667ecd;hpb=89c07686d193fe31e1b3ea45735b3f5a0d1e6cfb diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index 1f168b69..aaa59f45 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -343,7 +343,7 @@ void MainWin::disconnectedFromCore() { //ui.actionNetworkList->setEnabled(false); ui.bufferWidget->hide(); ui.actionConnectCore->setEnabled(true); - nickListWidget->reset(); + // nickListWidget->reset(); statusBar()->showMessage(tr("Not connected to core.")); }