Mysterious GTK warning
Opened this issue · 2 comments
mackstann commented
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.
mackstann commented
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.