Check for Control-Tab or Control-Shift-Tab, not any Control-key as a

Mon Mar 15 09:54:36 2004  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtklabel.c (gtk_label_focus): Check for
        Control-Tab or Control-Shift-Tab, not any Control-key
        as a current event ... handles the case where a dialog
        is triggered from a control accelerator better.
This commit is contained in:
Owen Taylor
2004-03-15 14:57:54 +00:00
committed by Owen Taylor
parent 486fc4fe45
commit 4bbe84b508
6 changed files with 52 additions and 5 deletions

View File

@ -1,3 +1,10 @@
Mon Mar 15 09:54:36 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtklabel.c (gtk_label_focus): Check for
Control-Tab or Control-Shift-Tab, not any Control-key
as a current event ... handles the case where a dialog
is triggered from a control accelerator better.
Mon Mar 15 08:48:48 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkfilechooserentry.c (match_selected_callback): implement