[java-atk-wrapper] JNI: get instance in window_deactivate_handler



commit 4061ce5a0d0cff710e91548ed29b7c18485fe2f5
Author: Magdalen Berns <m berns thismagpie com>
Date:   Sun Mar 1 23:09:22 2015 +0000

    JNI: get instance in window_deactivate_handler
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=745391

 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 6e632ed..d1173ba 100644
--- a/jni/src/AtkWrapper.c
+++ b/jni/src/AtkWrapper.c
@@ -647,7 +647,7 @@ window_deactivate_handler (gpointer p)
     free_callback_para(para);
     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 *** window_deactivate_handler: jaw_impl == NULL *** \n");


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