GNOME Bugzilla – Bug 317840
ColorButton.getColorButton is not declared static
Last modified: 2009-08-15 18:40:50 UTC
Please describe the problem: When glade attempts to get a ColorButton using Method.invoke(...), a NullPointerException is generated because getColorButton is not a static method yet no object is being passed to the invoke call. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 52986 [details] [review] Fix Changes the declaration of org.gnu.gtk.ColorButton::getColorButton to 'public static'
Applied patch to CVS HEAD