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 317840 - ColorButton.getColorButton is not declared static
ColorButton.getColorButton is not declared static
Status: VERIFIED FIXED
Product: java-gnome
Classification: Bindings
Component: GTK
mainline
Other All
: Normal critical
: ---
Assigned To: Adam Jocksch
Adam Jocksch
Depends on:
Blocks:
 
 
Reported: 2005-10-03 15:59 UTC by Adam Jocksch
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Fix (653 bytes, patch)
2005-10-03 17:10 UTC, Adam Jocksch
none Details | Review

Description Adam Jocksch 2005-10-03 15:59:53 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:
Comment 1 Adam Jocksch 2005-10-03 17:10:53 UTC
Created attachment 52986 [details] [review]
Fix

Changes the declaration of org.gnu.gtk.ColorButton::getColorButton to 'public
static'
Comment 2 Adam Jocksch 2005-10-03 17:16:08 UTC
Applied patch to CVS HEAD