Fix semantics of "general."{systemdialogs,progressbar}
These were renamed from "skip_"* to *. However, we only changed syntax and didn't invert their semantic meaning. Fix this by negating the semantics of those variables. Also, negate these in the configuration file automatically when running `calcurse-upgrade`. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -164,7 +164,7 @@ main (int argc, char **argv)
|
||||
if (notify_bar ())
|
||||
notify_start_main_thread ();
|
||||
wins_update (FLAG_ALL);
|
||||
io_startup_screen (conf.skip_system_dialogs, no_data_file);
|
||||
io_startup_screen (conf.system_dialogs, no_data_file);
|
||||
inday = *day_process_storage (0, 0, &inday);
|
||||
wins_slctd_set (CAL);
|
||||
wins_update (FLAG_ALL);
|
||||
|
||||
Reference in New Issue
Block a user