GtkComboBoxAccessible: Make keybindings work

https://bugzilla.gnome.org/show_bug.cgi?id=659151
This commit is contained in:
Matthias Clasen 2011-11-14 09:23:14 -05:00
parent 2777078e21
commit 005451e3f3

View File

@ -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))