[at-spi2-core] Fix atspi_selection_get_n_selected_children
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Fix atspi_selection_get_n_selected_children
- Date: Tue, 15 Feb 2011 18:29:58 +0000 (UTC)
commit 04f77209a82dddd2105a01e5c6bdf1e78770bce0
Author: Mike Gorse <mgorse novell com>
Date: Tue Feb 15 12:33:18 2011 -0600
Fix atspi_selection_get_n_selected_children
atspi/atspi-selection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atspi/atspi-selection.c b/atspi/atspi-selection.c
index 6b4e2aa..687f033 100644
--- a/atspi/atspi-selection.c
+++ b/atspi/atspi-selection.c
@@ -42,7 +42,7 @@ atspi_selection_get_n_selected_children (AtspiSelection *obj, GError **error)
g_return_val_if_fail (obj != NULL, -1);
- _atspi_dbus_get_property (obj, atspi_interface_selection, "nSelectedChildren", error, "i", &retval);
+ _atspi_dbus_get_property (obj, atspi_interface_selection, "NSelectedChildren", error, "i", &retval);
return retval;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]