diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 57e02a683..11616d9de 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -505,10 +505,11 @@ main(int argc, char **argv) { e_error_message_show(_("Enlightenment cannot setup randr wrapping.\n" "This should not happen.")); - _e_main_shutdown(-1); } - _e_main_shutdown_push(e_randr_shutdown); - + else + { + _e_main_shutdown_push(e_randr_shutdown); + } /* ecore_x_grab(); */