[at-spi2-core] Fix atspi_table_get_column_header
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Fix atspi_table_get_column_header
- Date: Tue, 15 Mar 2011 19:29:11 +0000 (UTC)
commit bb356b45f08b2b93cebab514abc7de722e12bed4
Author: Mike Gorse <mgorse novell com>
Date: Tue Mar 15 12:31:53 2011 -0700
Fix atspi_table_get_column_header
atspi/atspi-table.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atspi/atspi-table.c b/atspi/atspi-table.c
index 358a2d9..ee50ddb 100644
--- a/atspi/atspi-table.c
+++ b/atspi/atspi-table.c
@@ -373,7 +373,7 @@ atspi_table_get_column_header (AtspiTable *obj,
g_return_val_if_fail (obj != NULL, NULL);
- reply = _atspi_dbus_call_partial (obj, atspi_interface_table, "GetColumnHeader", 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]