From 30a06c1be598cc22c68c81e6fd4ce4cadc4bb522 Mon Sep 17 00:00:00 2001 From: sebastid Date: Thu, 14 Apr 2005 09:48:36 +0000 Subject: [PATCH] Setup for filemonitoring SVN revision: 14196 --- src/bin/e_main.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index eed888090..26caa8cd5 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -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 ***/