GNOME Bugzilla – Bug 325794
gtk critical errors (tooltips) and glib warnings (object class has no property)
Last modified: 2006-01-05 11:49:26 UTC
Please describe the problem: After building current CVS on Ubuntu "Breezy Badger", I get a large number of warnings on startup: (gimp-2.3:29217): GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GimpButton' has no property named `stock-id' (repeated about 23 times, then) (gimp-2.3:29217): GLib-GObject-WARNING **: invalid cast from `GimpDockable' to `GtkNotebook' That's with a migrated 2.2 profile. If I start a fresh profile, I see all those, but first I see some additional errors: (gimp-2.3:29417): Gtk-CRITICAL **: gtk_tooltips_set_tip: assertion `GTK_IS_TOOLTIPS (tooltips)' failed (gimp-2.3:29417): Gtk-CRITICAL **: gtk_tooltips_set_tip: assertion `GTK_IS_TOOLTIPS (tooltips)' failed Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Please update glib and gtk+, that will fix your problems.
The problem is fixed in GTK+ >= 2.8.8 I wonder if we should add a runtime version check here to avoid the warnings, or alternatively just depend on GTK+ > 2.8.8
Let's depend on it at build-time. People using the old libraries will get warnings at runtime but these are just warnings and sooner or later everyone will have updated to 2.8.8 or newer. 2006-01-05 Sven Neumann <sven@gimp.org> * configure.in: depend on gtk+ >= 2.8.8 (see bug #325794).