summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@novell.com>2006-02-16 18:34:10 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2006-02-16 18:34:10 +0000
commitc60f666378667ff36ad06eda457b0ac201e30573 (patch)
tree90b3ccb045b122728a96e66c87b6fee56df3bc0b /ChangeLog
parent2540f8298bcb4ffe7b8f01e510a865c71d1dbb18 (diff)
downloadgtk+-c60f666378667ff36ad06eda457b0ac201e30573.tar.gz
Call ::initial_focus() on the child before calling ::map() on our parent
2006-02-16 Federico Mena Quintero <federico@novell.com> * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_map): Call ::initial_focus() on the child before calling ::map() on our parent class. This will prevent the shortcuts treeview from highlighting its first row as a result of getting assigned focus by gtk_dialog_map().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4809629db..33d2bd0b8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-16 Federico Mena Quintero <federico@novell.com>
+
+ * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_map): Call
+ ::initial_focus() on the child before calling ::map() on our
+ parent class. This will prevent the shortcuts treeview from
+ highlighting its first row as a result of getting assigned focus
+ by gtk_dialog_map().
+
2006-02-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_send_expose): Remove redundant