diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-04 20:11:58 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-04 20:11:58 +0100 |
commit | b30ccc6319a7bc091bd770c0d4f78985658e92aa (patch) | |
tree | 549094f77e6f1eeffc3294cd2dd56a70e881e81e /src/calcurse.c | |
parent | 308ba7c983c34c9b9b7d46f360f689b609c1f802 (diff) | |
parent | a7944d335e9d005e6bbf6f521a5216f98318a131 (diff) | |
download | calcurse-b30ccc6319a7bc091bd770c0d4f78985658e92aa.zip |
Merge branch 'maint'
Diffstat (limited to 'src/calcurse.c')
-rw-r--r-- | src/calcurse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/calcurse.c b/src/calcurse.c index e179e8c..a8dace1 100644 --- a/src/calcurse.c +++ b/src/calcurse.c @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2012 calcurse Development Team <misc@calcurse.org> + * Copyright (c) 2004-2013 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -146,6 +146,7 @@ static inline void key_add_item(void) interact_day_item_add(); inday = do_storage(0); wins_update(FLAG_CAL | FLAG_APP | FLAG_STA); + break; case TOD: interact_todo_add(); if (todo_hilt() == 0 && todo_nb() == 1) |