aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.c
diff options
context:
space:
mode:
authorLars Henriksen <LarsHenriksen@get2net.dk>2020-03-10 09:16:32 +0100
committerLukas Fleischer <lfleischer@calcurse.org>2020-03-22 13:40:28 -0400
commit63c2d4d5038b8b73ef216749c0354f7a45cbc466 (patch)
tree462d2233e94e3b6a3cf41f1acfec1e05b03778f9 /src/calcurse.c
parent467815d465195ac7fe05449e074963585c4eaf9f (diff)
downloadcalcurse-63c2d4d5038b8b73ef216749c0354f7a45cbc466.tar.gz
calcurse-63c2d4d5038b8b73ef216749c0354f7a45cbc466.zip
Fix display of interactively imported todos
Todos were imported (and saved), but not loaded into the listbox for display. Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/calcurse.c')
-rw-r--r--src/calcurse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/calcurse.c b/src/calcurse.c
index 296616c..1f0696d 100644
--- a/src/calcurse.c
+++ b/src/calcurse.c
@@ -349,6 +349,7 @@ static inline void key_generic_import(void)
io_import_data(IO_IMPORT_ICAL, NULL, NULL, NULL, NULL, NULL, NULL);
ui_calendar_monthly_view_cache_set_invalid();
do_storage(0);
+ ui_todo_load_items();
wins_update(FLAG_ALL);
}