From 005451e3f3fc6e704699c386866c1fac9ee54626 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 14 Nov 2011 09:23:14 -0500 Subject: [PATCH] GtkComboBoxAccessible: Make keybindings work https://bugzilla.gnome.org/show_bug.cgi?id=659151 --- gtk/a11y/gtkcomboboxaccessible.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/a11y/gtkcomboboxaccessible.c b/gtk/a11y/gtkcomboboxaccessible.c index aacf35ad14..6b1581fd64 100644 --- a/gtk/a11y/gtkcomboboxaccessible.c +++ b/gtk/a11y/gtkcomboboxaccessible.c @@ -273,7 +273,7 @@ gtk_combo_box_accessible_get_keybinding (AtkAction *action, { target = atk_relation_get_target (relation); target_object = g_ptr_array_index (target, 0); - widget = gtk_accessible_get_widget (GTK_ACCESSIBLE (target_object)); + label = gtk_accessible_get_widget (GTK_ACCESSIBLE (target_object)); } g_object_unref (set); if (GTK_IS_LABEL (label))