bugfix: load keys even in non-interactive mode to avoid the loss of user-configured key bindings

This commit is contained in:
Frederic Culot
2009-01-24 18:45:35 +00:00
parent b411c2bf3f
commit 87f010ff06
5 changed files with 21 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: calcurse.c,v 1.77 2009/01/03 21:32:11 culot Exp $ */
/* $calcurse: calcurse.c,v 1.78 2009/01/24 18:45:35 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -134,7 +134,6 @@ main (int argc, char **argv)
}
vars_init (&conf);
keys_init ();
wins_init ();
wins_slctd_init ();
notify_init_bar ();