call sys action for exit on io error - cleaner.

SVN revision: 48966
This commit is contained in:
Carsten Haitzler 2010-05-18 07:50:56 +00:00
parent 9389d682d5
commit 25cb393e47
1 changed files with 2 additions and 1 deletions

View File

@ -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