mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Chain up, to make bindings work. Noticed by Al Puzzuoli.
2006-05-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrange.c (gtk_range_key_press): Chain up, to make bindings work. Noticed by Al Puzzuoli.
This commit is contained in:
parent
771e07ff2b
commit
591d323df7
@ -1,3 +1,8 @@
|
||||
2006-05-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkrange.c (gtk_range_key_press): Chain up, to
|
||||
make bindings work. Noticed by Al Puzzuoli.
|
||||
|
||||
2006-05-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkseparator.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-05-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkrange.c (gtk_range_key_press): Chain up, to
|
||||
make bindings work. Noticed by Al Puzzuoli.
|
||||
|
||||
2006-05-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkseparator.c:
|
||||
|
@ -1398,8 +1398,8 @@ gtk_range_key_press (GtkWidget *widget,
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
else
|
||||
return GTK_WIDGET_CLASS (gtk_range_parent_class)->key_press_event (widget, event);
|
||||
}
|
||||
|
||||
static gint
|
||||
|
Loading…
Reference in New Issue
Block a user