Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 483194 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/bin/e_main.c (-9 / +9 lines)
Lines 462-476 Link Here
462
   TS("E_Alert Init Done");
462
   TS("E_Alert Init Done");
463
   _e_main_shutdown_push(e_alert_shutdown);
463
   _e_main_shutdown_push(e_alert_shutdown);
464
464
465
   TS("E_Xinerama Init");
466
   if (!e_xinerama_init())
467
     {
468
        e_error_message_show(_("Enlightenment cannot initialize E_Xinerama!\n"));
469
        _e_main_shutdown(-1);
470
     }
471
   TS("E_Xinerama Init Done");
472
   _e_main_shutdown_push(e_xinerama_shutdown);
473
474
   TS("E_Hints Init");
465
   TS("E_Hints Init");
475
   e_hints_init();
466
   e_hints_init();
476
   TS("E_Hints Init Done");
467
   TS("E_Hints Init Done");
Lines 521-526 Link Here
521
     _e_main_shutdown_push(e_randr_shutdown);
512
     _e_main_shutdown_push(e_randr_shutdown);
522
   TS("E_Randr Init Done");
513
   TS("E_Randr Init Done");
523
514
515
   TS("E_Xinerama Init");
516
   if (!e_xinerama_init())
517
     {
518
        e_error_message_show(_("Enlightenment cannot initialize E_Xinerama!\n"));
519
        _e_main_shutdown(-1);
520
     }
521
   TS("E_Xinerama Init Done");
522
   _e_main_shutdown_push(e_xinerama_shutdown);
523
524
   TS("E_Env Init");
524
   TS("E_Env Init");
525
   if (!e_env_init())
525
   if (!e_env_init())
526
     {
526
     {

Return to bug 483194