From b410c022a881b98c69639dcca039863dea95de83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Tue, 14 Feb 2012 22:12:09 +0100 Subject: Fix recreation of thumbnail cache file after manual reload --- thumbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index 10b2fc8..31a1f89 100644 --- a/thumbs.c +++ b/thumbs.c @@ -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; -- cgit v1.2.3