From cac973fee3d828fac641f6de771054a32cfbbfe3 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 9 Jul 2014 00:31:57 +0200 Subject: Load todo items on startup Reload (and show) items into the list box after reading data files. Reported-by: BARE Willy sprl Signed-off-by: Lukas Fleischer --- src/calcurse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/calcurse.c') diff --git a/src/calcurse.c b/src/calcurse.c index 95a6dea..b128dbd 100644 --- a/src/calcurse.c +++ b/src/calcurse.c @@ -600,6 +600,8 @@ int main(int argc, char **argv) io_startup_screen(no_data_file); } do_storage(1); + ui_todo_load_items(); + ui_todo_sel_reset(); wins_slctd_set(conf.default_panel); wins_update(FLAG_ALL); -- cgit v1.2.3-54-g00ecf