Fix possible problems with other subsystems depending on X11 display
authorJiyoun Park <jy0703.park@samsung.com>
Thu, 3 May 2012 00:55:45 +0000 (09:55 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Thu, 3 May 2012 00:55:45 +0000 (09:55 +0900)
being closed (XCloseDisplay not close() on socket fd).
Revision: 70615

Change-Id: I03449facb123781917181b04ffc9ad7341619a34

src/lib/elm_config.c

index 5006546..7f112b9 100644 (file)
@@ -2083,7 +2083,7 @@ _elm_config_sub_shutdown(void)
 #undef ENGINE_COMPARE
      {
 #ifdef HAVE_ELEMENTARY_X
-        ecore_x_disconnect();
+        ecore_x_shutdown();
 #endif
      }
 }