to fix missing efreet stuff... move efreet init to after intl init!

SVN revision: 63100
This commit is contained in:
Carsten Haitzler 2011-09-03 02:14:19 +00:00
parent be4f610554
commit 75f941401c
1 changed files with 11 additions and 11 deletions

View File

@ -348,17 +348,6 @@ main(int argc, char **argv)
}
TS("Ecore_Evas Engine Check Done");
TS("Efreet Init");
if (!efreet_init())
{
e_error_message_show(_("Enlightenment cannot initialize the FDO desktop system.\n"
"Perhaps you lack permissions on ~/.cache/efreet or are\n"
"out of memory or disk space?"));
_e_main_shutdown(-1);
}
TS("Efreet Init Done");
_e_main_shutdown_push(efreet_shutdown);
TS("Edje Init");
if (!edje_init())
{
@ -557,6 +546,17 @@ main(int argc, char **argv)
TS("E_Intl Post Init Done");
_e_main_shutdown_push(e_intl_post_shutdown);
TS("Efreet Init");
if (!efreet_init())
{
e_error_message_show(_("Enlightenment cannot initialize the FDO desktop system.\n"
"Perhaps you lack permissions on ~/.cache/efreet or are\n"
"out of memory or disk space?"));
_e_main_shutdown(-1);
}
TS("Efreet Init Done");
_e_main_shutdown_push(efreet_shutdown);
if (!really_know)
{
TS("Test File Format Support");