gnome-games r7118 - trunk/aisleriot



Author: chpe
Date: Sun Jan  6 22:06:34 2008
New Revision: 7118
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7118&view=rev

Log:
2008-01-06  Christian Persch  <chpe gnome org>

	* sol.c: Init gthread also for gstreamer.

Modified:
   trunk/aisleriot/ChangeLog
   trunk/aisleriot/sol.c

Modified: trunk/aisleriot/ChangeLog
==============================================================================
--- trunk/aisleriot/ChangeLog	(original)
+++ trunk/aisleriot/ChangeLog	Sun Jan  6 22:06:34 2008
@@ -1,5 +1,9 @@
 2008-01-06  Christian Persch  <chpe gnome org>
 
+	* sol.c: Init gthread also for gstreamer.
+
+2008-01-06  Christian Persch  <chpe gnome org>
+
 	* rules/klondike.scm:
 	* rules/spider.scm:
 	* sol.scm: Double-clicking complete stacks in Spider should move them

Modified: trunk/aisleriot/sol.c
==============================================================================
--- trunk/aisleriot/sol.c	(original)
+++ trunk/aisleriot/sol.c	Sun Jan  6 22:06:34 2008
@@ -697,8 +697,8 @@
 
   setlocale (LC_ALL, "");
 
-#if defined(HAVE_GNOME) || defined(HAVE_RSVG_GNOMEVFS)
-  /* If we're going to use gnome-vfs, we need to init threads before
+#if defined(HAVE_GNOME) || defined(HAVE_RSVG_GNOMEVFS) || defined(HAVE_GSTREAMER)
+  /* If we're going to use gnome-vfs or gstreamer, we need to init threads before
    * calling any glib functions.
    */
   g_thread_init (NULL);



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