elm_config: fix wrong update code

the version here was wrong, probebly a missmatch between hex. & dec and
a off by one error. This is fixing that problem and does not just copy
all keybindings.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D11261
This commit is contained in:
Marcel Hollerbach 2020-01-31 14:39:38 +01:00
parent 8986f8d2dc
commit 12880f053c
1 changed files with 2 additions and 1 deletions

View File

@ -2449,13 +2449,14 @@ _config_update(void)
_elm_config->win_no_border = EINA_FALSE;
IFCFGEND
IFCFG(0x0022)
IFCFG(0x0016)
_elm_key_bindings_copy_missing_bindings(_elm_config, tcfg);
/* after this function call, the tcfg is partly invalidated, reload! */
_config_free(tcfg);
tcfg = _config_system_load();
IFCFGEND
/**
* Fix user config for current ELM_CONFIG_EPOCH here.
**/