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 161190 - [patch] fix for libglade-java 2.8.2
[patch] fix for libglade-java 2.8.2
Status: VERIFIED FIXED
Product: java-gnome
Classification: Bindings
Component: LibGlade
Really Ancient
Other Linux
: Normal normal
: ---
Assigned To: java-gnome bindings maintainers
java-gnome bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-13 19:03 UTC by Ben Konrath
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixes signal connection (715 bytes, patch)
2004-12-13 19:04 UTC, Ben Konrath
none Details | Review

Description Ben Konrath 2004-12-13 19:03:56 UTC
This bug was reported against the libglade-java 2.8.2 rpm pacakge:

https://bugzilla.redhat.com/beta/show_bug.cgi?id=141713

The patch included below seems to fix this. The only problem is that the
following error is printed to the console when I do Help -> about in the Edit
app that is included in the redhat bugzilla:

(java-gnome:31229): GLib-GObject-CRITICAL **: file gobject.c: line 1667
(g_object_set_data_full): assertion `G_IS_OBJECT (object)' failed

I'm going to include this patch in the rpm.
Comment 1 Ben Konrath 2004-12-13 19:04:51 UTC
Created attachment 34803 [details] [review]
fixes signal connection
Comment 2 Nicholas Rahn 2004-12-14 09:49:14 UTC
Thanks for that patch.  As i'm working on 64-bit support for libglade, I'll
commit this to CVS HEAD soon.
Comment 3 Jeffrey Morgan 2004-12-24 13:45:13 UTC
This patch was just applied to the stable branch.  It was already applied to the
development stream so I am about to close this issue.  Thanks for the patch.