After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 745390 - object_state_change_handler jaw_impl == NULL
object_state_change_handler jaw_impl == NULL
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: java-atk-wrapper maintainer(s)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-03-01 22:51 UTC by Magdalen Berns (irc magpie)
Modified: 2015-03-01 23:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix error (839 bytes, patch)
2015-03-01 23:01 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-03-01 22:51:30 UTC
I think this is because it is using get_instance for an instance which is already instanced (it should be using find_instance).
Comment 1 Magdalen Berns (irc magpie) 2015-03-01 23:01:43 UTC
Created attachment 298236 [details] [review]
Patch to fix error

Sorry, I was thinking of the window_activate handler situation (yet to be filed). This one needs find_instance because it hasn't been got yet.