From 63c2d4d5038b8b73ef216749c0354f7a45cbc466 Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Tue, 10 Mar 2020 09:16:32 +0100 Subject: Fix display of interactively imported todos Todos were imported (and saved), but not loaded into the listbox for display. Signed-off-by: Lars Henriksen Signed-off-by: Lukas Fleischer --- src/calcurse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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); } -- cgit v1.2.3-54-g00ecf