aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.c')
-rw-r--r--src/io.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io.c b/src/io.c
index 4d80e3f..d61f4c6 100644
--- a/src/io.c
+++ b/src/io.c
@@ -588,6 +588,9 @@ void io_save_cal(enum save_display display)
keys_wait_for_any_key(win[KEY].p);
}
+ io_compute_hash(path_apts, apts_sha1);
+ io_compute_hash(path_todo, todo_sha1);
+
io_mutex_unlock();
run_hook("post-save");
}