Add code to call e_shell_init during startup.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-03 10:07:07 +01:00
parent 0bd7def0f8
commit dbc1cc64bd
1 changed files with 6 additions and 0 deletions

View File

@ -412,7 +412,13 @@ main(int argc, char **argv)
_e_main_shutdown_push(e_comp_shutdown);
TS("E_Shell Init");
if (!e_shell_init())
{
e_error_message_show(_("Enlightenment cannot set up its shell system.\n"));
_e_main_shutdown(-1);
}
TS("E_Shell Init Done");
_e_main_shutdown_push(e_shell_shutdown);
TS("Ecore_Wayland Init");
if (!ecore_wl_init(NULL))