* Fix possible problems with other subsystems depending on X11 display
authorCarsten Haitzler <raster@rasterman.com>
Wed, 2 May 2012 08:29:11 +0000 (08:29 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Wed, 2 May 2012 08:29:11 +0000 (08:29 +0000)
being closed (XCloseDisplay not close() on socket fd).

SVN revision: 70615

ChangeLog
src/lib/elm_config.c

index 942f9f6..dadef60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,10 +9,15 @@
        * Genlist : Realize move items during tree effect only when the item is
          not in the queue.
 
-2012-04-30  Jérôme Pinot
+2012-04-30 Jérôme Pinot
 
        * Add missing files in the tarballs.
 
 2012-05-02  Cedric Bail
 
        * Do less allocation and reuse much more Evas_Map.
+
+2012-05-02 Carsten Haitzler (The Rasterman)
+
+       * Fix possible problems with other subsystems depending on X11 display
+        being closed (XCloseDisplay not close() on socket fd).
index f8665ff..0c953be 100644 (file)
@@ -2054,7 +2054,7 @@ _elm_config_sub_shutdown(void)
 #undef ENGINE_COMPARE
      {
 #ifdef HAVE_ELEMENTARY_X
-        ecore_x_disconnect();
+        ecore_x_shutdown();
 #endif
      }
 }