summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b61905ebf..ed7e604c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-12-05 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreeview.c (gtk_tree_view_key_press): Free new_event
+ after sending it to the search entry. (#323209, Crispin Flowerday)
+
* README.in: Add a note about GTK_FLOATING.
* gtk/gtkobject.h (GTK_OBJECT_FLOATING): Use g_object_is_floating.