diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-05 15:30:52 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-05 15:30:52 +0000 |
commit | 3305137ff3e6cfadc13aa160ef29ef0620112be1 (patch) | |
tree | cf0fe4ee5c06ed48fb056ba3f89bae8108baf8d4 /ChangeLog.pre-2-0 | |
parent | 1e5210355eb9f71e5cacbd2c0c339c28c956136f (diff) | |
download | gtk+-3305137ff3e6cfadc13aa160ef29ef0620112be1.tar.gz |
Don't use this same functions as idle callbacks and directly, to avoid
Tue Mar 5 10:29:09 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtktreeview.c (do_presize_handler)
gtk/gtktreeview.c (do_validate_rows): Don't use this
same functions as idle callbacks and directly, to avoid
threading deadlocks. (#72392, Scott Guilbeaux)
* gtk/gtktable.c (gtk_table_size_request_init): Fix
row/column confusion from recent patch. (#73505,
Vitaly Tishkov.)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 8003793a65..7c1d983880 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,14 @@ +Tue Mar 5 10:29:09 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtktreeview.c (do_presize_handler) + gtk/gtktreeview.c (do_validate_rows): Don't use this + same functions as idle callbacks and directly, to avoid + threading deadlocks. (#72392, Scott Guilbeaux) + + * gtk/gtktable.c (gtk_table_size_request_init): Fix + row/column confusion from recent patch. (#73505, + Vitaly Tishkov.) + 2002-03-04 Matthias Clasen <maclas@gmx.de> * docs/tutorial/gtk-tut.sgml: Make color selection and selection |