libglade patch for atk_relation_type_for_name
- From: Alex Larsson <alexl redhat com>
- To: <james daa com au>, <gnome-2-0-list gnome org>
- Subject: libglade patch for atk_relation_type_for_name
- Date: Thu, 22 Nov 2001 13:30:34 -0500 (EST)
libglade HEAD seemed to need this patch to build:
Index: glade/glade-xml.c
===================================================================
RCS file: /cvs/gnome/libglade/glade/glade-xml.c,v
retrieving revision 1.80
diff -u -p -r1.80 glade-xml.c
--- glade/glade-xml.c 2001/11/13 00:26:08 1.80
+++ glade/glade-xml.c 2001/11/22 18:24:19
@@ -853,7 +853,7 @@ glade_xml_add_atk_relations(GladeXML *xm
GtkWidget *target_widget = glade_xml_get_widget (xml,
rinfo->target);
AtkRelationType relation_type;
- relation_type = atk_relation_type_from_string (rinfo->type);
+ relation_type = atk_relation_type_for_name (rinfo->type);
if (target_widget) {
AtkObject *target_accessible;
Is this ok to check in?
/ Alex
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]