diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-18 20:03:34 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-18 20:03:34 +0000 |
commit | 211c4696463a5f3162bb6a19a421c70143b22be5 (patch) | |
tree | 4a43d1751ab9bf91f3e03d4737458ee925c7ed5f /ChangeLog.pre-2-8 | |
parent | b2b29ea184f60ecbc1c175689bc421b357770953 (diff) | |
download | gtk+-211c4696463a5f3162bb6a19a421c70143b22be5.tar.gz |
Fix problems with stuck grab (#60132, reported by Nicolas Setton) and
Mon Feb 18 14:40:22 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkcombo.c (gtk_combo_popdown_list): Fix problems
with stuck grab (#60132, reported by Nicolas Setton) and
stuck prelighting. Combine duplicated code in three
places for popping down the list.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0a7ad31cb3..88722fe464 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +Mon Feb 18 14:40:22 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkcombo.c (gtk_combo_popdown_list): Fix problems + with stuck grab (#60132, reported by Nicolas Setton) and + stuck prelighting combine some common code for button release + and pressing Escape. + Mon Feb 18 14:17:59 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkclist.c (adjust_adjustments) |