From aa212e58422d4a66e05bcfd20545e317f9a35912 Mon Sep 17 00:00:00 2001 From: Hombre Date: Thu, 14 Jan 2016 00:13:02 +0100 Subject: [PATCH] Solving issue #3088: "Filebrowser's History panel broken" --- rtgui/history.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rtgui/history.cc b/rtgui/history.cc index c4326d573..7169d04c9 100644 --- a/rtgui/history.cc +++ b/rtgui/history.cc @@ -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 ()