diff --git a/rtgui/filecatalog.cc b/rtgui/filecatalog.cc index 97407fb1e..dd66b1cc9 100644 --- a/rtgui/filecatalog.cc +++ b/rtgui/filecatalog.cc @@ -773,7 +773,7 @@ void FileCatalog::previewReady (int dir_id, FileBrowserEntry* fdn) previewsLoaded++; - g_idle_add (refreshProgressBarUI, this); + _refreshProgressBar(); } int prevfinished (void* data)