mackstann/htpicker

Mysterious GTK warning

Opened this issue · 2 comments

GtkWarning: gtk_container_add: assertion `GTK_IS_CONTAINER (container)' failed

The line number it references is the line where gtk.main() is called.

If anyone better with GTK has any idea what might be causing this warning, I'd love to know.

I fooled around with the small amount of GTK widget-arrangement code that exists, but I couldn't narrow it down. It doesn't help that the error isn't issued until gtk.main() starts running -- it's not clear what is causing it. I get the feeling it's a bug internal to WebKit that I have no control over.

Could be this WebKit bug that was fixed in WebKit SVN on 2010-08-18. I'm not sure when this code will show up in a release, much less distro packages.