Fix recreation of thumbnail cache file after manual reload

This commit is contained in:
Bert Münnich
2012-02-14 22:12:09 +01:00
parent 7177270c10
commit b410c022a8
2 changed files with 3 additions and 3 deletions

View File

@ -271,7 +271,7 @@ bool tns_load(tns_t *tns, int n, const fileinfo_t *file,
imlib_free_image_and_decache();
if (use_cache && !cache_hit)
tns_cache_write(t, false);
tns_cache_write(t, true);
tns->dirty = true;
return true;