save bindings config immediately after transferring to ensure it doesn't get lost

SVN revision: 83570
This commit is contained in:
Mike Blumenkrantz 2013-02-02 09:01:16 +00:00
parent b6359e9607
commit 95209aa915
1 changed files with 1 additions and 0 deletions

View File

@ -1138,6 +1138,7 @@ e_config_load(void)
SET(wheel_bindings);
SET(acpi_bindings);
#undef SET
e_config_domain_save("e_bindings", _e_config_binding_edd, e_bindings);
}
}
if (!e_config->remember_internal_fm_windows)