on second thought, this config version check wouldn't work in branch. fix fix!

SVN revision: 83542
This commit is contained in:
Mike Blumenkrantz 2013-02-01 09:25:50 +00:00
parent ddabcafa1c
commit eb55dfc2b1
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ e_config_load(void)
}
if (e_config->config_version < E_CONFIG_FILE_VERSION)
{
if (e_config->config_version - (E_CONFIG_FILE_EPOCH * 1000000) == 4)
if (e_config->config_version - (E_CONFIG_FILE_EPOCH * 1000000) < 5)
{
E_Config_XKB_Layout *cl;
Eina_List *l;