added call to notify_check_next_app()
This commit is contained in:
parent
b44651364f
commit
61c6e3316d
@ -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
|
* Calcurse - text-based organizer
|
||||||
@ -187,6 +187,7 @@ int main(int argc, char **argv)
|
|||||||
custom_init_attr(colr);
|
custom_init_attr(colr);
|
||||||
nb_tod = load_todo(colr);
|
nb_tod = load_todo(colr);
|
||||||
load_app();
|
load_app();
|
||||||
|
notify_check_next_app();
|
||||||
get_screen_config();
|
get_screen_config();
|
||||||
reinit_wins();
|
reinit_wins();
|
||||||
startup_screen(skip_system_dialogs, no_data_file, colr);
|
startup_screen(skip_system_dialogs, no_data_file, colr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user