[gtk+] gail: Fix for new box handling



commit 2fd625d19105196021b2d0bd842405bebc6d2fc7
Author: Benjamin Otte <otte redhat com>
Date:   Thu Jun 9 06:18:10 2011 +0200

    gail: Fix for new box handling

 modules/other/gail/gailwidget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/other/gail/gailwidget.c b/modules/other/gail/gailwidget.c
index ee70293..b68c6bb 100644
--- a/modules/other/gail/gailwidget.c
+++ b/modules/other/gail/gailwidget.c
@@ -428,7 +428,7 @@ gail_widget_ref_relation_set (AtkObject *obj)
               GtkWidget *temp_widget;
 
               temp_widget = gtk_widget_get_parent (widget);
-              if (GTK_IS_HBOX (temp_widget))
+              if (GTK_IS_BOX (temp_widget))
                 {
                   label = find_label (temp_widget);
                 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]