pp3 files are always written for all files in a directory, even when nothing was changed, Issue 2256

This commit is contained in:
Ingo
2014-02-22 20:08:38 +01:00
parent a5c5074556
commit 58ac08a889

View File

@@ -226,7 +226,7 @@ void CacheManager::closeThumbnail (Thumbnail* t) {
MyMutex::MyLock lock(mutex_);
t->updateCache ();
// t->updateCache ();
string_thumb_map::iterator r = openEntries.find (t->getFileName());
if (r!=openEntries.end())
openEntries.erase (r);