aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2015-01-04 21:19:26 +0100
committerBert Münnich <ber.t@posteo.de>2015-01-04 21:24:43 +0100
commit47af0dd7b5e154fb64d8b4d6c5302ba905055799 (patch)
tree6d8d46f14e7330b0b18943b649f82c841da3fb5f /commands.c
parent9b9294bae67da4e0388e7c31d0063f4e114aa1f8 (diff)
downloadnsxiv-47af0dd7b5e154fb64d8b4d6c5302ba905055799.tar.zst
Cache out of view thumbnails in the background
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index f77add3..a7a028d 100644
--- a/commands.c
+++ b/commands.c
@@ -126,7 +126,7 @@ bool cg_reload_image(arg_t a)
load_image(fileidx);
} else {
win_set_cursor(&win, CURSOR_WATCH);
- if (!tns_load(&tns, fileidx, true)) {
+ if (!tns_load(&tns, fileidx, true, false)) {
remove_file(fileidx, false);
tns.dirty = true;
}