why the hell did i shutdown intl there? why? hmm. pffft. move.

SVN revision: 14189
This commit is contained in:
Carsten Haitzler 2005-04-14 02:10:32 +00:00
parent 4d1a27c0da
commit fb3d456244
1 changed files with 2 additions and 2 deletions

View File

@ -376,6 +376,8 @@ main(int argc, char **argv)
/* unroll our stack of shutdown functions with exit code of 0 */
_e_main_shutdown(0);
e_intl_shutdown();
/* if we were flagged to restart, then restart. */
if (restart)
{
@ -516,8 +518,6 @@ _e_main_dirs_init(void)
}
free(homedir);
e_intl_shutdown();
return 1;
}