summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.c
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-12-06 17:38:43 -0500
committerMike Gorse <mgorse@novell.com>2010-12-09 16:13:38 -0500
commit81cee7da27a7144b0f315adb6e5fadd7fe7956d1 (patch)
tree7a7e131a5b1581c54fbd28cd01adb4f76fa8adef /atspi/atspi-text.c
parentcb430b6f0180ef4466c8991bfbdb014eb51e4faa (diff)
downloadat-spi2-core-81cee7da27a7144b0f315adb6e5fadd7fe7956d1.tar.gz
Fix atspi_text_get_default_attributes
Diffstat (limited to 'atspi/atspi-text.c')
-rw-r--r--atspi/atspi-text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-text.c b/atspi/atspi-text.c
index dcc0009a..99b72b6d 100644
--- a/atspi/atspi-text.c
+++ b/atspi/atspi-text.c
@@ -300,7 +300,7 @@ atspi_text_get_attribute_value (AtspiText *obj,
* (exclusive of explicitly-set attributes), encoded as UTF-8.
**/
GHashTable *
-atspi_text_get_default_attributes (AtspiAccessible *obj, GError **error)
+atspi_text_get_default_attributes (AtspiText *obj, GError **error)
{
DBusMessage *reply;
GHashTable *ret;