[gtk+] GtkComboBoxAccessible: Make keybindings work
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkComboBoxAccessible: Make keybindings work
- Date: Mon, 14 Nov 2011 14:26:48 +0000 (UTC)
commit 005451e3f3fc6e704699c386866c1fac9ee54626
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Nov 14 09:23:14 2011 -0500
GtkComboBoxAccessible: Make keybindings work
https://bugzilla.gnome.org/show_bug.cgi?id=659151
gtk/a11y/gtkcomboboxaccessible.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/a11y/gtkcomboboxaccessible.c b/gtk/a11y/gtkcomboboxaccessible.c
index aacf35a..6b1581f 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))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]