diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-10-22 14:14:33 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-10-22 14:14:33 +0000 |
commit | 7da0a01b88f44569f3e72f49542389ecdd6e69a9 (patch) | |
tree | af2d20b5637706f32b086a19f86a9603c7abdcee /ChangeLog.pre-2-4 | |
parent | 97ff064f22cdfef8abf620eb6900da6163e9b734 (diff) | |
download | gtk+-7da0a01b88f44569f3e72f49542389ecdd6e69a9.tar.gz |
Don't call g_thread_init(), we don't want to link to -lgthread if we don't
Mon Oct 22 10:12:08 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
g_thread_init(), we don't want to link to -lgthread if we don't
have to.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 3efdfcedaa..ab5603e5b7 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Mon Oct 22 10:12:08 2001 Owen Taylor <otaylor@redhat.com> + + * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call + g_thread_init(), we don't want to link to -lgthread if we don't + have to. + Mon Oct 22 08:51:02 2001 Owen Taylor <otaylor@redhat.com> * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: |