[at-spi2-core] Table fixes
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Table fixes
- Date: Tue, 21 Dec 2010 22:25:09 +0000 (UTC)
commit de1be6e2a562c77aff988cd2c16927b680afe9b7
Author: Mike Gorse <mgorse novell com>
Date: Tue Dec 21 17:24:40 2010 -0500
Table fixes
atspi/atspi-table.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/atspi/atspi-table.c b/atspi/atspi-table.c
index 64d2a78..6174ca8 100644
--- a/atspi/atspi-table.c
+++ b/atspi/atspi-table.c
@@ -348,7 +348,7 @@ atspi_table_get_row_header (AtspiTable *obj,
g_return_val_if_fail (obj != NULL, NULL);
- reply = _atspi_dbus_call (obj, atspi_interface_table, "GetRowHeader", error, "i", d_row);
+ reply = _atspi_dbus_call_partial (obj, atspi_interface_table, "GetRowHeader", error, "i", d_row);
return _atspi_dbus_return_accessible_from_message (reply);
}
@@ -374,7 +374,7 @@ atspi_table_get_column_header (AtspiTable *obj,
g_return_val_if_fail (obj != NULL, NULL);
- reply = _atspi_dbus_call (obj, atspi_interface_table, "GetCoumnHeader", error, "i", &d_column);
+ reply = _atspi_dbus_call_partial (obj, atspi_interface_table, "GetColumnHeader", error, "i", &d_column);
return _atspi_dbus_return_accessible_from_message (reply);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]