Fix restoration of collapsed state

This commit is contained in:
craig.p.drummond
2014-06-19 18:56:13 +00:00
parent ab0124b461
commit 255341fb0d

View File

@@ -998,9 +998,6 @@ void MainWindow::showInformation(const QString &message)
{
messageWidget->setInformation(message);
messageWidget->removeAllActions();
if (!message.isEmpty()) {
expand();
}
}
void MainWindow::mpdConnectionStateChanged(bool connected)