Don't eat Ctrl-PageUp/PageDown. (#318670, Christian Neumair)
2005-10-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't eat Ctrl-PageUp/PageDown. (#318670, Christian Neumair)
This commit is contained in:
committed by
Matthias Clasen
parent
72ccf58edd
commit
3c1fc24f61
@@ -1,5 +1,8 @@
|
||||
2005-10-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't eat
|
||||
Ctrl-PageUp/PageDown. (#318670, Christian Neumair)
|
||||
|
||||
* demos/gtk-demo/clipboard.c (paste_received): Only set the
|
||||
text if it is not NULL. (#319930, Thomas Klausner)
|
||||
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
2005-10-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't eat
|
||||
Ctrl-PageUp/PageDown. (#318670, Christian Neumair)
|
||||
|
||||
* demos/gtk-demo/clipboard.c (paste_received): Only set the
|
||||
text if it is not NULL. (#319930, Thomas Klausner)
|
||||
|
||||
|
||||
@@ -3495,6 +3495,9 @@ gtk_combo_box_key_press (GtkWidget *widget,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
if (state != 0)
|
||||
return FALSE;
|
||||
|
||||
switch (event->keyval)
|
||||
{
|
||||
case GDK_Down:
|
||||
|
||||
Reference in New Issue
Block a user