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 304975 - gdk.Region.getClipBox always returns a NULL handle in the Rectangle
gdk.Region.getClipBox always returns a NULL handle in the Rectangle
Status: VERIFIED FIXED
Product: java-gnome
Classification: Bindings
Component: GTK
mainline
Other Linux
: Normal normal
: ---
Assigned To: java-gnome bindings maintainers
java-gnome bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-21 09:35 UTC by Yair Hershkovitz
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
fix for head branch (725 bytes, patch)
2005-05-21 09:36 UTC, Yair Hershkovitz
none Details | Review
fix for 2-6 branch (727 bytes, patch)
2005-05-21 09:44 UTC, Yair Hershkovitz
none Details | Review

Description Yair Hershkovitz 2005-05-21 09:35:00 UTC
that's bcz gdk_region_get_clipbox() expect an already allocated rectangle
Comment 1 Yair Hershkovitz 2005-05-21 09:36:04 UTC
Created attachment 46705 [details] [review]
fix for head branch

should be applied after the Point-Rectangle patch
Comment 2 Yair Hershkovitz 2005-05-21 09:44:33 UTC
Created attachment 46706 [details] [review]
fix for 2-6 branch

should be applied after the Point-Rectangle patch
Comment 3 Nicholas Rahn 2005-05-29 11:25:51 UTC
I have applied this fix to both 2-6 branch and cvs head.

Thanks for the patches.  Sorry for the delay.