[at-spi2-atk] Fix appending attribute set
- From: Mike Gorse <mgorse src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [at-spi2-atk] Fix appending attribute set
- Date: Mon, 18 Jan 2010 15:04:28 +0000 (UTC)
commit ec67ff22ae246614fd19241986f5f5137786c5ad
Author: Mike Gorse <mgorse novell com>
Date: Fri Jan 15 14:23:16 2010 -0500
Fix appending attribute set
atk-adaptor/adaptors/document-adaptor.c | 2 +-
atk-adaptor/adaptors/text-adaptor.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/atk-adaptor/adaptors/document-adaptor.c b/atk-adaptor/adaptors/document-adaptor.c
index dc3f628..9ed2754 100644
--- a/atk-adaptor/adaptors/document-adaptor.c
+++ b/atk-adaptor/adaptors/document-adaptor.c
@@ -97,7 +97,7 @@ impl_GetAttributes (DBusConnection * bus, DBusMessage * message,
if (reply)
{
dbus_message_iter_init_append (reply, &iter);
- spi_atk_append_attribute_set (&iter, attributes);
+ spi_object_append_attribute_set (&iter, attributes);
}
if (attributes)
diff --git a/atk-adaptor/adaptors/text-adaptor.c b/atk-adaptor/adaptors/text-adaptor.c
index dc20a80..3c52beb 100644
--- a/atk-adaptor/adaptors/text-adaptor.c
+++ b/atk-adaptor/adaptors/text-adaptor.c
@@ -369,7 +369,7 @@ impl_GetAttributes (DBusConnection * bus, DBusMessage * message,
if (reply)
{
dbus_message_iter_init_append (reply, &iter);
- spi_atk_append_attribute_set (&iter, set);
+ spi_object_append_attribute_set (&iter, set);
dbus_message_append_args (reply, DBUS_TYPE_INT32, &startOffset,
DBUS_TYPE_INT32, &endOffset,
DBUS_TYPE_INVALID);
@@ -397,7 +397,7 @@ impl_GetDefaultAttributes (DBusConnection * bus, DBusMessage * message,
if (reply)
{
dbus_message_iter_init_append (reply, &iter);
- spi_atk_append_attribute_set (&iter, set);
+ spi_object_append_attribute_set (&iter, set);
}
atk_attribute_set_free (set);
return reply;
@@ -793,7 +793,7 @@ impl_GetDefaultAttributeSet (DBusConnection * bus, DBusMessage * message,
if (reply)
{
dbus_message_iter_init_append (reply, &iter);
- spi_atk_append_attribute_set (&iter, attributes);
+ spi_object_append_attribute_set (&iter, attributes);
}
if (attributes)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]