[java-atk-wrapper] Use atk_value_get_value_and_text
- From: Magdalen Berns <mberns src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] Use atk_value_get_value_and_text
- Date: Mon, 17 Nov 2014 18:46:45 +0000 (UTC)
commit 8e772e2ca0b7e41681c70d4155842349e3d5a46c
Author: Magdalen Berns <m berns thismagpie com>
Date: Mon Nov 17 18:45:57 2014 +0000
Use atk_value_get_value_and_text
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=740282
jni/src/jawvalue.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jni/src/jawvalue.c b/jni/src/jawvalue.c
index fedfd08..75cc068 100644
--- a/jni/src/jawvalue.c
+++ b/jni/src/jawvalue.c
@@ -289,7 +289,7 @@ jaw_value_get_minimum_increment (AtkValue *obj, GValue *value)
}
GValue curValue = {0,};
- atk_value_get_current_value(obj, &curValue);
+ atk_value_get_current_value_and_text(obj, &curValue);
if (G_TYPE_IS_FUNDAMENTAL (G_VALUE_TYPE (&curValue))) {
switch (curValue.g_type) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]