diff options
author | Federico Mena Quintero <federico@novell.com> | 2006-02-16 18:34:10 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2006-02-16 18:34:10 +0000 |
commit | c60f666378667ff36ad06eda457b0ac201e30573 (patch) | |
tree | 90b3ccb045b122728a96e66c87b6fee56df3bc0b /ChangeLog | |
parent | 2540f8298bcb4ffe7b8f01e510a865c71d1dbb18 (diff) | |
download | gtk+-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |