From 25cb393e47a122eb119ce52811538406e2697adf Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 18 May 2010 07:50:56 +0000 Subject: [PATCH] call sys action for exit on io error - cleaner. SVN revision: 48966 --- src/bin/e_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index cb9a63c..3416401 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -1512,7 +1512,8 @@ static void _e_main_cb_x_fatal(void *data __UNUSED__) { e_error_message_show("Lost X connection."); - ecore_main_loop_quit(); + e_sys_action_do(E_SYS_EXIT, NULL); +// ecore_main_loop_quit(); } static int -- 2.7.4