[java-atk-wrapper] JNI: get_instance with component_removed_handler



commit 86f5eb28d1e0fa6b49ee28d37d3ad66658e06555
Author: Magdalen Berns <m berns thismagpie com>
Date:   Sun Mar 1 23:26:18 2015 +0000

    JNI: get_instance with component_removed_handler
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745392

 jni/src/AtkWrapper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jni/src/AtkWrapper.c b/jni/src/AtkWrapper.c
index d1173ba..c3f700d 100644
--- a/jni/src/AtkWrapper.c
+++ b/jni/src/AtkWrapper.c
@@ -1202,7 +1202,7 @@ component_removed_handler (gpointer p)
     return FALSE;
   }
 
-  JawImpl* jaw_impl = jaw_impl_find_instance(jniEnv, global_ac);
+  JawImpl* jaw_impl = jaw_impl_get_instance(jniEnv, global_ac);
   if (jaw_impl == NULL)
   {
     g_warning("\n *** component_removed_handler: jaw_impl == NULL *** \n");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]