summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-08-16 21:31:05 +0200
committerBert Münnich <ber.t@posteo.de>2014-08-16 21:49:46 +0200
commite267dc7793df0c3d8b1dcc48575a11d402df5499 (patch)
treecbd24fe32acedcb3951e1d8f337a950d38da28ae /commands.c
parent284be749278a7b6471926a618877dbb3adc8c1ad (diff)
downloadnsxiv-e267dc7793df0c3d8b1dcc48575a11d402df5499.tar.zst
Pass marked files to external key handler in thumbnail mode; fixes issue #135
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 9ff411b..7d5a986 100644
--- a/commands.c
+++ b/commands.c
@@ -130,7 +130,7 @@ bool cg_reload_image(arg_t a)
load_image(fileidx);
} else {
win_set_cursor(&win, CURSOR_WATCH);
- if (!tns_load(&tns, fileidx, &files[fileidx], true, false)) {
+ if (!tns_load(&tns, fileidx, &files[fileidx], true)) {
remove_file(fileidx, false);
tns.dirty = true;
}