From 0c6e5f1f9641d0998bfc8671036fc81611c9cdf6 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 15 May 2006 04:45:43 +0000 Subject: [PATCH] x io error exit doesnt segv now SVN revision: 22629 --- src/bin/e_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 2fa3519ec..95853a62f 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -1149,7 +1149,7 @@ _e_main_cb_x_fatal(void *data __UNUSED__) e_error_gui_set(0); e_error_message_show("Lost X connection."); ecore_main_loop_quit(); - _e_main_shutdown(-1); +// _e_main_shutdown(-1); } static int