projects
/
platform
/
upstream
/
at-spi2-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
156d3ee
)
Fix atspi_table_get_column_header
author
Mike Gorse
<mgorse@novell.com>
Tue, 15 Mar 2011 19:31:53 +0000
(12:31 -0700)
committer
Mike Gorse
<mgorse@novell.com>
Tue, 15 Mar 2011 19:32:59 +0000
(12:32 -0700)
atspi/atspi-table.c
patch
|
blob
|
history
diff --git
a/atspi/atspi-table.c
b/atspi/atspi-table.c
index
358a2d9
..
ee50ddb
100644
(file)
--- 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);
}