After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 388738 - plug doesn't always notify ::embedded
plug doesn't always notify ::embedded
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-12-22 20:28 UTC by Christian Persch
Modified: 2006-12-25 12:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch (845 bytes, patch)
2006-12-22 20:28 UTC, Christian Persch
committed Details | Review

Description Christian Persch 2006-12-22 20:28:07 UTC
The new "embedded" property on GtkPlug isn't always notified. Attached patch fixes the problem.
Comment 1 Christian Persch 2006-12-22 20:28:20 UTC
Created attachment 78810 [details] [review]
the patch
Comment 2 Matthias Clasen 2006-12-22 21:36:20 UTC
Looks fine to commit, thanks.
Comment 3 Christian Persch 2006-12-25 12:29:23 UTC
        * 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.