move msgbus init post splash spawn

SVN revision: 31809
This commit is contained in:
Carsten Haitzler 2007-09-25 23:31:22 +00:00
parent 27524d13a5
commit 9a835d8bdb
1 changed files with 5 additions and 5 deletions

View File

@ -493,11 +493,6 @@ main(int argc, char **argv)
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 @@ main(int argc, char **argv)
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 */