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)
This commit is contained in:
Matthias Clasen 2006-09-16 05:11:08 +00:00 committed by Matthias Clasen
parent 26bfa80a08
commit 868b80705b

View File

@ -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)