GtkComboBoxAccessible: Make keybindings work
https://bugzilla.gnome.org/show_bug.cgi?id=659151
This commit is contained in:
parent
2777078e21
commit
005451e3f3
@ -273,7 +273,7 @@ gtk_combo_box_accessible_get_keybinding (AtkAction *action,
|
|||||||
{
|
{
|
||||||
target = atk_relation_get_target (relation);
|
target = atk_relation_get_target (relation);
|
||||||
target_object = g_ptr_array_index (target, 0);
|
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);
|
g_object_unref (set);
|
||||||
if (GTK_IS_LABEL (label))
|
if (GTK_IS_LABEL (label))
|
||||||
|
Loading…
Reference in New Issue
Block a user