Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_main.c 


Log Message:
Init apps before menu, menus might ref apps. Removes the BUG message
on restart.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -3 -r1.101 -r1.102
--- e_main.c    17 Jun 2005 09:29:27 -0000      1.101
+++ e_main.c    18 Jun 2005 01:42:13 -0000      1.102
@@ -372,6 +372,13 @@
          }
        _e_main_shutdown_push(e_init_shutdown);
      }
+   /* init app system */
+   if (!e_app_init())
+     {
+       e_error_message_show(_("Enlightenment cannot set up its app system."));
+       _e_main_shutdown(-1);
+     }
+   _e_main_shutdown_push(e_app_shutdown);
    /* manage the root window */
    if (!_e_main_screens_init())
      {
@@ -383,13 +390,6 @@
    e_container_all_freeze();
    
    _e_main_shutdown_push(_e_main_screens_shutdown);
-   /* init app system */
-   if (!e_app_init())
-     {
-       e_error_message_show(_("Enlightenment cannot set up its app system."));
-       _e_main_shutdown(-1);
-     }
-   _e_main_shutdown_push(e_app_shutdown);
    /* init theme system */
    if (!e_theme_init())
      {




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to