diff options
author | Havoc Pennington <hp@pobox.com> | 2000-12-13 04:23:45 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-12-13 04:23:45 +0000 |
commit | 9edb08492d09a36caf389f639f45c8c1c8315f10 (patch) | |
tree | bbe08876a840c4e3f773513cf6f4e020c5a6ba22 /ChangeLog.pre-2-4 | |
parent | 9a8c33db5cc37bc3c6bd4794a03f4b99a847ff4a (diff) |
don't try to use thread stuff unless G_THREADS_ENABLED
2000-12-12 Havoc Pennington <hp@pobox.com>
* gmain.c (g_main_context_destroy): don't try to use thread stuff
unless G_THREADS_ENABLED
(g_main_context_query): ditto
(g_main_context_check): ditto
(g_main_loop_quit): ditto
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 4dca3db4f..d44e5fa32 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +2000-12-12 Havoc Pennington <hp@pobox.com> + + * gmain.c (g_main_context_destroy): don't try to use thread stuff + unless G_THREADS_ENABLED + (g_main_context_query): ditto + (g_main_context_check): ditto + (g_main_loop_quit): ditto + Tue Dec 12 18:58:22 2000 Tim Janik <timj@gtk.org> * ghash.c (g_hash_table_remove): return whether a value |