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 155083 - Crashes using instances of ActionEntry
Crashes using instances of ActionEntry
Status: VERIFIED FIXED
Product: java-gnome
Classification: Bindings
Component: GTK
Not Applicable
Other All
: High critical
: ---
Assigned To: Mark Howard
Mark Howard
Depends on:
Blocks:
 
 
Reported: 2004-10-11 08:58 UTC by Mark Howard
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libgtk-java-robmv.patch (3.72 KB, patch)
2004-10-11 08:59 UTC, Mark Howard
none Details | Review

Description Mark Howard 2004-10-11 08:58:19 UTC
(Moved from sourceforge)
 When using the ActionEntry instances to build the UI,
the generated widgets make the application crash when
they are pressed.

The problem is located in the generic callback handler.
It uses a third parameter (required by RadioActionentry
instances) but it is not found on the callback
definitions for ActionEntry and ToogleEntry

I am attaching a patch against 2.6.0 release of the
bindings
Comment 1 Mark Howard 2004-10-11 08:59:15 UTC
Created attachment 32472 [details] [review]
libgtk-java-robmv.patch
Comment 2 Luca De Rugeriis 2004-10-11 16:09:26 UTC
Is there anything which prevents the patch to be merged in?
Comment 3 Mark Howard 2004-10-11 19:25:48 UTC
Fixed in CVS.
Comment 4 Ismael Juma 2005-09-25 13:35:09 UTC
Closing.