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
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to