libglade patch for atk_relation_type_for_name



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]