From b0100ffb75d16d373063dc94e1ab528180659433 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 11 Feb 2012 06:43:58 +0000 Subject: [PATCH] actually full restart after wizard, not normal restart SVN revision: 67846 --- src/modules/wizard/page_200.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/wizard/page_200.c b/src/modules/wizard/page_200.c index 8f7ef3963..8759ca1b7 100644 --- a/src/modules/wizard/page_200.c +++ b/src/modules/wizard/page_200.c @@ -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;