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>
This commit is contained in:
parent
467815d465
commit
63c2d4d503
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user