call sys action for exit on io error - cleaner.
authorCarsten Haitzler <raster@rasterman.com>
Tue, 18 May 2010 07:50:56 +0000 (07:50 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Tue, 18 May 2010 07:50:56 +0000 (07:50 +0000)
SVN revision: 48966

src/bin/e_main.c

index cb9a63c..3416401 100644 (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