GNOME Bugzilla – Bug 121158
When calling gtk.glade.XML(filename) we get a warning about default-icon
Last modified: 2004-12-22 21:47:04 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.
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 ***