diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2000-09-05 08:58:20 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2000-09-05 08:58:20 +0000 |
commit | 3ca18629b00857a6d8e6ebf04da58300bd7e0860 (patch) | |
tree | 746efa62c23ba6c70b7fe37d1b32818bd57141f3 /ChangeLog | |
parent | 702f1d12d00d0d0e2741fe4e22d5e180321090ba (diff) |
Don't use a G_LOCK, as it isn't necessary.
2000-09-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread.c (g_thread_error_quark): Don't use a G_LOCK, as it
isn't necessary.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-09-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de> + + * gthread.c (g_thread_error_quark): Don't use a G_LOCK, as it + isn't necessary. + 2000-09-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gstring.c (g_string_free): Use g_return_val_if_fail instead of |