diff options
Diffstat (limited to 'src/config.c')
-rw-r--r-- | src/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c index 0e6acb1..51a0792 100644 --- a/src/config.c +++ b/src/config.c @@ -99,8 +99,8 @@ static const struct confvar confmap[] = { { "general.confirmquit", CONFIG_HANDLER_BOOL (conf.confirm_quit) }, { "general.firstdayofweek", config_parse_first_day_of_week, config_serialize_first_day_of_week, NULL }, { "general.periodicsave", CONFIG_HANDLER_UNSIGNED (conf.periodic_save) }, - { "general.progressbar", CONFIG_HANDLER_BOOL (conf.skip_progress_bar) }, - { "general.systemdialogs", CONFIG_HANDLER_BOOL (conf.skip_system_dialogs) }, + { "general.progressbar", CONFIG_HANDLER_BOOL (conf.progress_bar) }, + { "general.systemdialogs", CONFIG_HANDLER_BOOL (conf.system_dialogs) }, { "notification.command", CONFIG_HANDLER_STR (nbar.cmd) }, { "notification.notifyall", CONFIG_HANDLER_BOOL (nbar.notify_all) }, { "notification.warning", CONFIG_HANDLER_INT (nbar.cntdwn) } |