no config - we should insta-restart with default profile.

SVN revision: 82537
This commit is contained in:
Carsten Haitzler 2013-01-10 09:33:22 +00:00
parent da9b477dc9
commit 592f1d1c79
1 changed files with 2 additions and 1 deletions

View File

@ -1057,7 +1057,8 @@ e_config_load(void)
e_config_profile_set("default");
if (!reload) e_config_profile_del(e_config_profile_get());
e_config_save_block_set(1);
e_sys_action_do(E_SYS_RESTART, NULL);
ecore_app_restart();
//e_sys_action_do(E_SYS_RESTART, NULL);
return;
}
if (e_config->config_version < E_CONFIG_FILE_VERSION)