[gtk+] gail: Fix for new box handling
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gail: Fix for new box handling
- Date: Thu, 9 Jun 2011 04:25:23 +0000 (UTC)
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]