diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-02-16 16:37:24 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-02-16 16:37:24 +0000 |
commit | a0c5253c266350e3624e5569f3e0fe67c57a0e4d (patch) | |
tree | 655169b01382dea3eb105f18882113c9688b2df6 /ChangeLog | |
parent | 71f5aa3f2a78d1bed731fedeb68d41b40e46be82 (diff) | |
download | gdk-pixbuf-a0c5253c266350e3624e5569f3e0fe67c57a0e4d.tar.gz |
Fixes for #143829, Tommi Komulainen, Christian Persch:
2005-02-16 Matthias Clasen <mclasen@redhat.com>
Fixes for #143829, Tommi Komulainen, Christian Persch:
* gtk/gtktreeview.c (gtk_tree_view_destroy): Remove the
typeselect_flush_timeout when destroying the widgets
it is operating on.
(gtk_tree_view_ensure_interactive_directory): Add the
popup to the window group of the toplevel it belongs to.
* gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget)
(gtk_combo_box_popup): Do the same here.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2005-02-16 Matthias Clasen <mclasen@redhat.com> + + Fixes for #143829, Tommi Komulainen, Christian Persch: + + * gtk/gtktreeview.c (gtk_tree_view_destroy): Remove the + typeselect_flush_timeout when destroying the widgets + it is operating on. + (gtk_tree_view_ensure_interactive_directory): Add the + popup to the window group of the toplevel it belongs to. + + * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget) + (gtk_combo_box_popup): Do the same here. + 2005-02-14 Matthias Clasen <mclasen@redhat.com> * configure.in: Kill --enable-ansi (#164394) |