diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-07-28 13:38:12 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-07-28 13:38:12 +0200 |
commit | 54813eef19ae545bf29aa2885c15cc923cea2840 (patch) | |
tree | c3a5f0f04a6009509e1939782a7b52529a465161 /src/args.c | |
parent | a232c9af33ee2c77c89afef99f17c7c557c77e01 (diff) | |
parent | 8681af3c6d43ab7aa48dc49cd12058e9ba3d488e (diff) | |
download | calcurse-54813eef19ae545bf29aa2885c15cc923cea2840.zip |
Merge branch 'maint'
Diffstat (limited to 'src/args.c')
-rw-r--r-- | src/args.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -880,6 +880,8 @@ parse_args (int argc, char **argv, struct conf *conf) { io_check_file (path_apts, (int *)0); io_check_file (path_todo, (int *)0); + /* Get default pager in case we need to show a log file. */ + vars_init (conf); io_load_app (); io_load_todo (); io_import_data (IO_IMPORT_ICAL, conf, ifile); |