GNOME Bugzilla – Bug 388738
plug doesn't always notify ::embedded
Last modified: 2006-12-25 12:29:23 UTC
The new "embedded" property on GtkPlug isn't always notified. Attached patch fixes the problem.
Created attachment 78810 [details] [review] the patch
Looks fine to commit, thanks.
* gtk/gtkplug.c: (gtk_plug_construct_for_display), (gtk_plug_unrealize): Notify the "embedded" property also on normal construction and when destroying the socket window. Bug #388738.