Re: libglade patch for atk_relation_type_for_name
- From: James Henstridge <james daa com au>
- To: Alex Larsson <alexl redhat com>
- Cc: gnome-2-0-list gnome org
- Subject: Re: libglade patch for atk_relation_type_for_name
- Date: Fri, 23 Nov 2001 09:54:49 +0800
Alex Larsson wrote:
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?
Yes, that looks fine.
James.
--
Email: james daa com au
WWW: http://www.daa.com.au/~james/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]