[at-spi2-core] Fix type in atspi_document_get_attribute_value
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Fix type in atspi_document_get_attribute_value
- Date: Mon, 23 Apr 2012 21:24:20 +0000 (UTC)
commit a8a3219d4fd8b9e45e511249de37d58f1a3cf2fa
Author: O. Atsushi <torisugari gmail com>
Date: Mon Apr 23 16:28:03 2012 -0500
Fix type in atspi_document_get_attribute_value
atspi_document_get_attribute_value was failing because of a typo.
https://bugzilla.gnome.org/show_bug.cgi?id=674515
atspi/atspi-document.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atspi/atspi-document.c b/atspi/atspi-document.c
index 8353689..ceee576 100644
--- a/atspi/atspi-document.c
+++ b/atspi/atspi-document.c
@@ -63,7 +63,7 @@ atspi_document_get_attribute_value (AtspiDocument *obj,
g_return_val_if_fail (obj != NULL, NULL);
- _atspi_dbus_call (obj, atspi_interface_document, "GetAttributevaluee", error, "s=>s", attribute, &retval);
+ _atspi_dbus_call (obj, atspi_interface_document, "GetAttributeValue", error, "s=>s", attribute, &retval);
if (!retval)
retval = g_strdup ("");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]