Solving issue #3088: "Filebrowser's History panel broken"

This commit is contained in:
Hombre
2016-01-14 00:13:02 +01:00
parent aab073cfe2
commit aa212e5842

View File

@@ -155,10 +155,9 @@ History::History (bool bookmarkSupport) : blistener(NULL), tpc (NULL), bmnum (1)
void History::initHistory ()
{
selchangehist.block(true);
ConnectionBlocker selBlocker(selchangehist);
historyModel->clear ();
bookmarkModel->clear ();
selchangehist.block(false);
}
void History::clearParamChanges ()