diff options
author | Frederic Culot <calcurse@culot.org> | 2006-09-11 13:43:42 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-09-11 13:43:42 +0000 |
commit | 61c6e3316dd2d5e9a95e69bcb27a73fd9013fd24 (patch) | |
tree | 83925dc6f7ee455461b8f93d8439beef21bb0c71 /src | |
parent | b44651364f7038b5936fed6140dc0c3eefa75cec (diff) | |
download | calcurse-61c6e3316dd2d5e9a95e69bcb27a73fd9013fd24.tar.gz calcurse-61c6e3316dd2d5e9a95e69bcb27a73fd9013fd24.zip |
added call to notify_check_next_app()
Diffstat (limited to 'src')
-rwxr-xr-x | src/calcurse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/calcurse.c b/src/calcurse.c index b441363..7c9be7d 100755 --- a/src/calcurse.c +++ b/src/calcurse.c @@ -1,4 +1,4 @@ -/* $calcurse: calcurse.c,v 1.14 2006/09/09 20:09:43 culot Exp $ */ +/* $calcurse: calcurse.c,v 1.15 2006/09/11 13:43:42 culot Exp $ */ /* * Calcurse - text-based organizer @@ -187,6 +187,7 @@ int main(int argc, char **argv) custom_init_attr(colr); nb_tod = load_todo(colr); load_app(); + notify_check_next_app(); get_screen_config(); reinit_wins(); startup_screen(skip_system_dialogs, no_data_file, colr); |