init efreet after intl so desktop locale is right.

SVN revision: 53173
This commit is contained in:
Carsten Haitzler 2010-10-07 23:14:13 +00:00
parent 6fe16b9b74
commit bcd4dd7b7a
1 changed files with 11 additions and 11 deletions

View File

@ -552,17 +552,6 @@ main(int argc, char **argv)
TS("test done");
/*** Finished loading subsystems, Loading WM Specifics ***/
TS("efreet");
/* init FDO desktop */
if (!efreet_init())
{
e_error_message_show(_("Enlightenment cannot initialize the FDO desktop system.\n"
"Perhaps you are out of memory?"));
_e_main_shutdown(-1);
}
_e_main_shutdown_push(efreet_shutdown);
TS("efreet done");
TS("configure");
e_configure_init();
@ -688,6 +677,17 @@ main(int argc, char **argv)
}
_e_main_shutdown_push(e_intl_post_shutdown);
TS("efreet");
/* init FDO desktop */
if (!efreet_init())
{
e_error_message_show(_("Enlightenment cannot initialize the FDO desktop system.\n"
"Perhaps you are out of memory?"));
_e_main_shutdown(-1);
}
_e_main_shutdown_push(efreet_shutdown);
TS("efreet done");
if (!really_know)
{
e_init_status_set(_("Testing Format Support"));