summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-09-16 05:11:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-09-16 05:11:08 +0000
commit868b80705be30f9e3dc475b8806eb3d18d3c7329 (patch)
treece084c8e32910fb5c4fd4b7a89b8963480f12511 /ChangeLog
parent26bfa80a08b13ca9983da20815b20667ddbd2185 (diff)
downloadgtk+-868b80705be30f9e3dc475b8806eb3d18d3c7329.tar.gz
Unref the treeview use in list mode. (#355732, Richard Hult)
2006-09-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the treeview use in list mode. (#355732, Richard Hult)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff5302f3d0..823c293eb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-09-16 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the
+ treeview use in list mode. (#355732, Richard Hult)
+
* gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Send
change notification for the right property. (#355308,
Torsten Schoenfeld)