Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_main.c 


Log Message:
util is optional in efreet.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -3 -r1.218 -r1.219
--- e_main.c    5 Apr 2007 06:59:02 -0000       1.218
+++ e_main.c    9 Apr 2007 12:20:11 -0000       1.219
@@ -428,6 +428,13 @@
         _e_main_shutdown(-1);
      }
    _e_main_shutdown_push(efreet_shutdown);
+   if (!efreet_util_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_util_shutdown);
    TS("efreet done");
 
    TS("efreet paths");



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to