summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-07-08 21:19:23 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-07-08 21:19:23 +0000
commit57e8c48a0cca13f4b71487f01f3e3545ee02d244 (patch)
treefbddd4291b91ccccbad3c2fb95a46610ab614fbd /ChangeLog
parent9ab68256d119739ef7a85ca0ef9ba93cf3b84f7c (diff)
downloadgdk-pixbuf-57e8c48a0cca13f4b71487f01f3e3545ee02d244.tar.gz
Allow to restore the default search function. (#145365, John Finlay)
* gtk/gtktreeview.c (gtk_tree_view_set_search_equal_func): Allow to restore the default search function. (#145365, John Finlay)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fea6cb42a..8ae612cf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-07-08 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreeview.c (gtk_tree_view_set_search_equal_func): Allow
+ to restore the default search function. (#145365, John Finlay)
+
* gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Don't leak
references to the drag context. (#144324, Alex Larsson)