forked from AuroraMiddleware/gtk
Don't grab the focus away from the file list when operating the filter
2005-05-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (filter_create): Don't grab the focus away from the file list when operating the filter combo with the pointer. (#304844, Sven Neumann)
This commit is contained in:
parent
7f2ad4a885
commit
39d710eabe
@ -1,3 +1,9 @@
|
||||
2005-05-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (filter_create): Don't grab
|
||||
the focus away from the file list when operating the filter
|
||||
combo with the pointer. (#304844, Sven Neumann)
|
||||
|
||||
2005-05-23 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-05-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (filter_create): Don't grab
|
||||
the focus away from the file list when operating the filter
|
||||
combo with the pointer. (#304844, Sven Neumann)
|
||||
|
||||
2005-05-23 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-05-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (filter_create): Don't grab
|
||||
the focus away from the file list when operating the filter
|
||||
combo with the pointer. (#304844, Sven Neumann)
|
||||
|
||||
2005-05-23 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
|
||||
|
@ -1842,6 +1842,8 @@ static GtkWidget *
|
||||
filter_create (GtkFileChooserDefault *impl)
|
||||
{
|
||||
impl->filter_combo = gtk_combo_box_new_text ();
|
||||
gtk_combo_box_set_focus_on_click (GTK_COMBO_BOX (impl->filter_combo), FALSE);
|
||||
|
||||
g_signal_connect (impl->filter_combo, "changed",
|
||||
G_CALLBACK (filter_combo_changed), impl);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user