One line of cleanup too much

This commit is contained in:
Oliver Duis
2011-07-04 22:55:10 +02:00
parent 03da048a76
commit 031e12f2f1

View File

@@ -622,7 +622,7 @@ void FileCatalog::previewsFinishedUI () {
}
// restart anything that might have been loaded low quality
fileBrowser->refreshQuickThumbImages();
//fileBrowser->applyFilter (getFilter());
fileBrowser->applyFilter (getFilter()); // refresh total image count
_refreshProgressBar();
filepanel->loadingThumbs(M("PROGRESSBAR_READY"),0);
}