From e267dc7793df0c3d8b1dcc48575a11d402df5499 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sat, 16 Aug 2014 21:31:05 +0200 Subject: Pass marked files to external key handler in thumbnail mode; fixes issue #135 --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.c') 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; } -- cgit v1.2.3-54-g00ecf