Fixed typo. (#78985)
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 18 Apr 2002 11:42:01 +0000 (11:42 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 18 Apr 2002 11:42:01 +0000 (11:42 +0000)
2002-04-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gthread/gthread-impl.c

index b953800..5a27ce0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
+
 2002-04-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
index b953800..5a27ce0 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
+
 2002-04-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
index b953800..5a27ce0 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
+
 2002-04-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
index b953800..5a27ce0 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
+
 2002-04-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
index b953800..5a27ce0 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
+
 2002-04-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
index b953800..5a27ce0 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
+
 2002-04-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
index b953800..5a27ce0 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
+
 2002-04-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
index ed44d2a..24105a3 100644 (file)
@@ -350,7 +350,7 @@ g_thread_init (GThreadFunctions* init)
               init->cond_free &&
               init->private_new &&
               init->private_get &&
-              init->private_get &&
+              init->private_set &&
               init->thread_create &&
               init->thread_yield &&
               init->thread_join &&