GNOME Bugzilla – Bug 128546
_gtk_plug_remove_from_socket() generates bogus warning
Last modified: 2011-02-04 16:16:03 UTC
_gtk_plug_remove_from_socket() generates a bogus error when destroying the widget in some cases. This is because sometimes the socket's plug_window can be null. I'll upload a very small test case in a moment.
Created attachment 22111 [details] test case
Created attachment 22112 [details] [review] possible patch
Assuming the test case isn't bogus, that's a simple fix for the problem.