summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-06-18 11:57:41 -0400
committerMike Gorse <mgorse@novell.com>2010-06-18 11:57:41 -0400
commitd3682774f5392c1b70146251ba7295c5ed6eb1b2 (patch)
tree98499dfb44fd19b208de88b93003174cf490bb99
parent7a6ddd12bc6337f7dbe07b4dbbfebf6f9787023c (diff)
downloadat-spi2-atk-d3682774f5392c1b70146251ba7295c5ed6eb1b2.tar.gz
Fix NSelectedRows/Columns in introspection
-rw-r--r--atk-adaptor/introspection.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atk-adaptor/introspection.c b/atk-adaptor/introspection.c
index 76c228f..6a17cf0 100644
--- a/atk-adaptor/introspection.c
+++ b/atk-adaptor/introspection.c
@@ -321,7 +321,7 @@ const char *spi_org_a11y_atspi_Image =
const char *spi_org_a11y_atspi_Selection =
"<interface name=\"org.a11y.atspi.Selection\" version=\"0.1.7\">"
""
-" <property access=\"read\" name=\"nSelectedChildren\" type=\"i\" />"
+" <property access=\"read\" name=\"NSelectedChildren\" type=\"i\" />"
""
" <method name=\"GetSelectedChild\">"
" <arg direction=\"in\" name=\"selectedChildIndex\" type=\"i\" />"
@@ -375,9 +375,9 @@ const char *spi_org_a11y_atspi_Table =
" "
" </property>"
""
-" <property access=\"read\" name=\"nSelectedRows\" type=\"i\" />"
+" <property access=\"read\" name=\"NSelectedRows\" type=\"i\" />"
""
-" <property access=\"read\" name=\"nSelectedColumns\" type=\"i\" />"
+" <property access=\"read\" name=\"NSelectedColumns\" type=\"i\" />"
""
" <method name=\"GetAccessibleAt\">"
" <arg direction=\"in\" name=\"row\" type=\"i\" />"