aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
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;
}