From: Sebastian Wilhelmi Date: Thu, 18 Apr 2002 11:42:01 +0000 (+0000) Subject: Fixed typo. (#78985) X-Git-Tag: R_2_0_core~124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e22c9e449d4ecccd42effec8b1629c3d5ec229f;p=platform%2Fupstream%2Fglib.git Fixed typo. (#78985) 2002-04-18 Sebastian Wilhelmi * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985) --- 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 &&