Setup for filemonitoring

SVN revision: 14196
This commit is contained in:
sebastid 2005-04-14 09:48:36 +00:00 committed by sebastid
parent 72eb2e9bc9
commit 30a06c1be5
1 changed files with 8 additions and 0 deletions

View File

@ -223,6 +223,14 @@ main(int argc, char **argv)
_e_main_shutdown(-1);
}
_e_main_shutdown_push(ecore_evas_shutdown);
/* init the file system */
if (!ecore_file_init())
{
e_error_message_show(_("Enlightenment cannot initialize the File system.\n"
"Perhaps you are out of memory?"));
_e_main_shutdown(-1);
}
_e_main_shutdown_push(ecore_file_shutdown);
/*** Finished loading subsystems, Loading WM Specifics ***/