actually full restart after wizard, not normal restart

SVN revision: 67846
This commit is contained in:
Carsten Haitzler 2012-02-11 06:43:58 +00:00
parent 570ac8fa68
commit b0100ffb75
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ wizard_page_apply(E_Wizard_Page *pg __UNUSED__)
{
// save the config now everyone has modified it
e_config_save();
// diusable restart env so we actually start a whole new session properly
e_util_env_set("E_RESTART", NULL);
// restart e
e_sys_action_do(E_SYS_RESTART, NULL);
return 1;