X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.cpp;h=f1e21175162e7135b8706033e60238f8d025e56c;hp=72a3c71fc98e2bc13a895c6afa2fcec13b0bb8a4;hb=17331c42de77ff91ce297354f9ba9eed6ecb4256;hpb=7401b1e634438ea9cafd195a79a804b42cc9f135 diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index 72a3c71f..f1e21175 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -587,6 +587,8 @@ void MainWin::setConnectedState() { // _viewMenu->setEnabled(true); if(!Client::internalCore()) statusBar()->showMessage(tr("Connected to core.")); + else + statusBar()->clearMessage(); if(Client::signalProxy()->isSecure()) { sslLabel->setPixmap(SmallIcon("security-high"));