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 121158 - When calling gtk.glade.XML(filename) we get a warning about default-icon
When calling gtk.glade.XML(filename) we get a warning about default-icon
Status: RESOLVED DUPLICATE of bug 109407
Product: libglade
Classification: Deprecated
Component: gnome
1.99.x
Other Linux
: Normal normal
: ---
Assigned To: James Henstridge
James Henstridge
Depends on:
Blocks:
 
 
Reported: 2003-09-01 06:51 UTC by cfox
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description cfox 2003-09-01 06:51:40 UTC
This warning gets printed for every invocation of gtk.glade.XML(filename):

(test1:9640): GLib-GObject-WARNING **: gobject.c:946: object class
`GnomeProgram' has no property named `default-icon'

This only seems to happen if you create a 'Gnome Application Window'. With
plain gtk windows there's no message.

I've set the icon for the Gnome App Window in glade. I see the icon in my
window, but I still get this warning.
Comment 1 James Henstridge 2003-09-01 07:21:53 UTC
This is a bug in libgnome.  It is fixed in the latest libgnome-2.3.x
releases, and fixed in CVS on the 2.2 branch (no tarball release yet).

The patch is available as an attachment on bug 117421.

*** This bug has been marked as a duplicate of 109407 ***