diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-26 15:52:20 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-26 15:52:20 +0000 |
commit | 9b1ce99cb4a37a196c680230929e777fb912e83c (patch) | |
tree | 0ed8edd3630f26dee9c699238042cd005e5af498 /ChangeLog.pre-2-2 | |
parent | 23558e0a3b2295d7db89dd5d4e67d857fc76d1c0 (diff) | |
download | gdk-pixbuf-9b1ce99cb4a37a196c680230929e777fb912e83c.tar.gz |
Handle a keyval of 0, by returning an empty list. (#72617, Kevin Breit)
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
a keyval of 0, by returning an empty list. (#72617,
Kevin Breit)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 5eb402265..1366802f1 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle + a keyval of 0, by returning an empty list. (#72617, + Kevin Breit) + 2002-02-26 Richard Hult <rhult@codefactory.se> * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix |