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 ()