diff --git a/ChangeLog b/ChangeLog index b95380057..5a27ce0b2 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 b95380057..5a27ce0b2 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 b95380057..5a27ce0b2 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 b95380057..5a27ce0b2 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 b95380057..5a27ce0b2 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 b95380057..5a27ce0b2 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 b95380057..5a27ce0b2 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 ed44d2a66..24105a39c 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 &&