GNOME Bugzilla – Bug 332651
getEventBox in EventBox class is protected should be public
Last modified: 2007-01-05 01:15:18 UTC
Please describe the problem: When I create a program using GLADE it crashes and complains "could not create widget: Could not find static factory method: getEventBox(Handle) in org.gnu.gtk.EventBox. Please file a bug with this information." Steps to reproduce: 1. Use EventBox in a GLADE app 2. run Actual results: I get the error "could not create widget: Could not find static factory method: getEventBox(Handle) in org.gnu.gtk.EventBox. Please file a bug with this information." Expected results: Does this happen every time? Other information: Simply changing the getEventBox method to public and rebuilding libgtk-java solves this problem.
Fix committed. Thanks for the report! AfC