backport raster's e_config changes

SVN revision: 82539
This commit is contained in:
Mike Blumenkrantz 2013-01-10 09:39:02 +00:00
parent e69c53fc50
commit b2b9146a6f
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-01-10 Carsten Haitzler
* fixed bug where starting with a nonexistent config could cause a crash instead of simply restarting
2013-01-10 Mike Blumenkrantz
* fixed bug where internal dialogs would not redraw after unfullscreening

1
NEWS
View File

@ -27,3 +27,4 @@ Fixes:
* fixed bug where window border insets were not applied to initial positioning geometry, causing them to be placed incorrectly
* Fixed bug with desktop config profile where conf module version variable was misnamed
* fixed bug where internal dialogs would not redraw after unfullscreening
* fixed bug where starting with a nonexistent config could cause a crash instead of simply restarting

View File

@ -1053,7 +1053,9 @@ 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)
{