summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-02-16 16:37:24 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-02-16 16:37:24 +0000
commita0c5253c266350e3624e5569f3e0fe67c57a0e4d (patch)
tree655169b01382dea3eb105f18882113c9688b2df6 /ChangeLog
parent71f5aa3f2a78d1bed731fedeb68d41b40e46be82 (diff)
downloadgdk-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ead2d2efc..6d6831f60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)