gegl r2035 - in trunk: . gegl



Author: ok
Date: Sun Feb 17 14:29:04 2008
New Revision: 2035
URL: http://svn.gnome.org/viewvc/gegl?rev=2035&view=rev

Log:
* gegl/gegl-init.c: (gegl_init): do not intialize the threading
support of glib, since we do not need it yet.


Modified:
   trunk/ChangeLog
   trunk/gegl/gegl-init.c

Modified: trunk/gegl/gegl-init.c
==============================================================================
--- trunk/gegl/gegl-init.c	(original)
+++ trunk/gegl/gegl-init.c	Sun Feb 17 14:29:04 2008
@@ -71,8 +71,8 @@
 {
   if (gegl_initialized)
     return;
-  if (!g_thread_supported())
-    g_thread_init (NULL);
+  /*if (!g_thread_supported())
+    g_thread_init (NULL);*/
 
   /*  If any command-line actions are ever added to GEGL, then the commented
    *  out code below should be used.  Until then, we simply call the parse hook



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]