[at-spi2-atk/mgorse: 4/8] 2009-09-02 Mike Gorse <mgorse novell com>
- From: Mike Gorse <mgorse src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [at-spi2-atk/mgorse: 4/8] 2009-09-02 Mike Gorse <mgorse novell com>
- Date: Fri, 30 Oct 2009 19:08:57 +0000 (UTC)
commit d911a788b43543245e436df58fc722c306455b28
Author: Mike Gorse <mgorse novell com>
Date: Wed Sep 2 17:41:06 2009 -0500
2009-09-02 Mike Gorse <mgorse novell com>
Modify GetRowColumnEtentsAtIndex to output the return value first, as is
now the convention.
atk-adaptor/table-adaptor.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/atk-adaptor/table-adaptor.c b/atk-adaptor/table-adaptor.c
index 845c1a1..f57af53 100644
--- a/atk-adaptor/table-adaptor.c
+++ b/atk-adaptor/table-adaptor.c
@@ -639,11 +639,12 @@ impl_getRowColumnExtentsAtIndex (DBusConnection * bus, DBusMessage * message,
reply = dbus_message_new_method_return (message);
if (reply)
{
- dbus_message_append_args (reply, DBUS_TYPE_INT32, &row, DBUS_TYPE_INT32,
+ dbus_message_append_args (reply, DBUS_TYPE_BOOLEAN, &ret,
+ DBUS_TYPE_INT32, &row, DBUS_TYPE_INT32,
&column, DBUS_TYPE_INT32, &row_extents,
DBUS_TYPE_INT32, &col_extents,
DBUS_TYPE_BOOLEAN, &is_selected,
- DBUS_TYPE_BOOLEAN, &ret, DBUS_TYPE_INVALID);
+ DBUS_TYPE_INVALID);
}
return reply;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]