From 1af9ccccd79fa053dc5eb51f98e0bc1bd6f7d2b5 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 28 Sep 2016 19:00:01 +0200 Subject: Automatically select new appointments/events This is a follow-up to commit 65b699f (Make automatic selection of appointments/events smarter, 2016-02-16). Newly created appointments and events are now selected automatically. Signed-off-by: Lukas Fleischer --- src/calcurse.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/calcurse.c') diff --git a/src/calcurse.c b/src/calcurse.c index 89710af..b84d22b 100644 --- a/src/calcurse.c +++ b/src/calcurse.c @@ -120,7 +120,6 @@ static inline void key_generic_config_menu(void) static inline void key_generic_add_appt(void) { ui_day_item_add(); - do_storage(1); wins_update(FLAG_CAL | FLAG_APP | FLAG_STA); } @@ -136,7 +135,6 @@ static inline void key_add_item(void) case APP: case CAL: ui_day_item_add(); - do_storage(0); wins_update(FLAG_CAL | FLAG_APP | FLAG_STA); break; case TOD: -- cgit v1.2.3-54-g00ecf