GNOME Bugzilla – Bug 459561
critical warnings with custom tooltips
Last modified: 2007-07-24 03:55:34 UTC
When using gtk_tooltip_set_custom, I get critical warnings when setting the next custom tooltip: Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed (gdb) where
+ Trace 149970
gtk+ svn trunk.
2007-07-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtktooltip.c (gtk_tooltip_set_custom): Protect against recursion via gtk_container_remove(). (#459561, Christian Persch) (gtk_tooltip_window_hide): Simplify.