we really should return.. as e_config is null.

SVN revision: 82535
This commit is contained in:
Carsten Haitzler 2013-01-10 09:29:44 +00:00
parent cc42401f59
commit da9b477dc9
1 changed files with 1 additions and 0 deletions

View File

@ -1058,6 +1058,7 @@ e_config_load(void)
if (!reload) e_config_profile_del(e_config_profile_get());
e_config_save_block_set(1);
e_sys_action_do(E_SYS_RESTART, NULL);
return;
}
if (e_config->config_version < E_CONFIG_FILE_VERSION)
{