diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-09-28 19:00:01 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-09-28 19:03:20 +0200 |
commit | 1af9ccccd79fa053dc5eb51f98e0bc1bd6f7d2b5 (patch) | |
tree | d2634793a44e749c42b22aab32e97fb6bb5453c6 /src/calcurse.c | |
parent | ab9256adf082ce78cfb39eb246323e57b846a7a4 (diff) | |
download | calcurse-1af9ccccd79fa053dc5eb51f98e0bc1bd6f7d2b5.zip |
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 <lfleischer@calcurse.org>
Diffstat (limited to 'src/calcurse.c')
-rw-r--r-- | src/calcurse.c | 2 |
1 files changed, 0 insertions, 2 deletions
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: |