[gtk+] Remove a check that broke the color chooser a11y dump
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Remove a check that broke the color chooser a11y dump
- Date: Tue, 17 Jan 2012 02:20:41 +0000 (UTC)
commit 3e6b37726a2585f055282b9c18575c1a5bd40192
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jan 16 21:05:01 2012 -0500
Remove a check that broke the color chooser a11y dump
With the visible check, the opacity slider ended up without
a labeled-by, which is sad.
gtk/a11y/gtkwidgetaccessible.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/a11y/gtkwidgetaccessible.c b/gtk/a11y/gtkwidgetaccessible.c
index 3f2d142..918fbb9 100644
--- a/gtk/a11y/gtkwidgetaccessible.c
+++ b/gtk/a11y/gtkwidgetaccessible.c
@@ -204,7 +204,7 @@ find_label (GtkWidget *widget)
ptr = labels;
while (ptr)
{
- if (ptr->data && gtk_widget_get_visible (GTK_WIDGET (ptr->data)))
+ if (ptr->data)
{
label = ptr->data;
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]