diff options
author | Frederic Culot <calcurse@culot.org> | 2008-12-28 19:41:45 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-12-28 19:41:45 +0000 |
commit | 8fdd1510c68644184c3df9ba002092a41364b482 (patch) | |
tree | 2291528c007f81a639d0bc3fdc045a6efcbeba06 /src/args.c | |
parent | fe58fe674d5505bb369b6e3864d56989cdcb74f7 (diff) | |
download | calcurse-8fdd1510c68644184c3df9ba002092a41364b482.zip |
Automatic periodic saves implemented
Diffstat (limited to 'src/args.c')
-rwxr-xr-x | src/args.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: args.c,v 1.42 2008/12/28 13:13:59 culot Exp $ */ +/* $calcurse: args.c,v 1.43 2008/12/28 19:41:45 culot Exp $ */ /* * Calcurse - text-based organizer @@ -772,7 +772,7 @@ parse_args (int argc, char **argv, conf_t *conf) custom_load_conf (conf, 0); io_load_todo (); io_import_data (IO_IMPORT_ICAL, conf, ifile); - io_save_cal (conf); + io_save_cal (conf, IO_SAVE_DISPLAY_NONE); non_interactive = 1; } if (xflag) |