From 592f1d1c799967ebecf977941e9568e1bb3bfd7b Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 10 Jan 2013 09:33:22 +0000 Subject: [PATCH] no config - we should insta-restart with default profile. SVN revision: 82537 --- src/bin/e_config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_config.c b/src/bin/e_config.c index b869297..e5fb807 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -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) -- 2.7.4