Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_main.c 


Log Message:
Setup for filemonitoring

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -3 -r1.64 -r1.65
--- e_main.c    14 Apr 2005 09:09:21 -0000      1.64
+++ e_main.c    14 Apr 2005 09:48:36 -0000      1.65
@@ -223,6 +223,14 @@
        _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 ***/




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to