From 3e22c9e449d4ecccd42effec8b1629c3d5ec229f Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Thu, 18 Apr 2002 11:42:01 +0000 Subject: [PATCH] Fixed typo. (#78985) 2002-04-18 Sebastian Wilhelmi * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985) --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-2 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ gthread/gthread-impl.c | 2 +- 8 files changed, 29 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b953800..5a27ce0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985) + 2002-04-13 Sebastian Wilhelmi * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b953800..5a27ce0 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985) + 2002-04-13 Sebastian Wilhelmi * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index b953800..5a27ce0 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985) + 2002-04-13 Sebastian Wilhelmi * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index b953800..5a27ce0 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985) + 2002-04-13 Sebastian Wilhelmi * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b953800..5a27ce0 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985) + 2002-04-13 Sebastian Wilhelmi * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index b953800..5a27ce0 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985) + 2002-04-13 Sebastian Wilhelmi * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b953800..5a27ce0 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2002-04-18 Sebastian Wilhelmi + + * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985) + 2002-04-13 Sebastian Wilhelmi * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool diff --git a/gthread/gthread-impl.c b/gthread/gthread-impl.c index ed44d2a..24105a3 100644 --- a/gthread/gthread-impl.c +++ b/gthread/gthread-impl.c @@ -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 && -- 2.7.4