Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_main.c 


Log Message:


move msgbus init post splash spawn

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -3 -r1.233 -r1.234
--- e_main.c    25 Sep 2007 14:26:36 -0000      1.233
+++ e_main.c    25 Sep 2007 23:31:22 -0000      1.234
@@ -493,11 +493,6 @@
    if (e_ipc_init())
      _e_main_shutdown_push(e_ipc_shutdown);
       
-   TS("msgbus");
-   /* setup e msgbus (DBUS) service */
-   if (e_msgbus_init())
-     _e_main_shutdown_push(e_msgbus_shutdown);
-
    /* setup edje to animate @ e_config->framerate frames per sec. */
    edje_frametime_set(1.0 / e_config->framerate);
 
@@ -584,6 +579,11 @@
        ecore_evas_free(ee);
      }
    
+   TS("msgbus");
+   /* setup e msgbus (DBUS) service */
+   if (e_msgbus_init())
+     _e_main_shutdown_push(e_msgbus_shutdown);
+
    e_init_status_set(_("Starting International Support"));
    TS("intl post");
    /* init intl system */



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to