[java-atk-wrapper] warn about jaw_object_get_parent returning root
- From: Samuel Thibault <sthibaul src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] warn about jaw_object_get_parent returning root
- Date: Wed, 19 Jun 2019 23:05:56 +0000 (UTC)
commit 248d9bf0785d30cc13460aaceab74bd7f1d67a01
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date: Thu Jun 20 00:09:08 2019 +0200
warn about jaw_object_get_parent returning root
jni/src/jawobject.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/jni/src/jawobject.c b/jni/src/jawobject.c
index cfa81cd..53ef5ce 100644
--- a/jni/src/jawobject.c
+++ b/jni/src/jawobject.c
@@ -221,6 +221,7 @@ jaw_object_get_parent(AtkObject *atk_obj)
}
// FIXME: Should we rather return null?
+ g_warning("didn't find parent, returning root");
return ATK_OBJECT(atk_get_root());
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]