mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Emit GtkPlug::embedded signal when plug/socket are in the same process too
Fixes bug #609650.
This commit is contained in:
parent
eaf2549be2
commit
e5fc3dcf64
@ -326,6 +326,8 @@ _gtk_plug_add_to_socket (GtkPlug *plug,
|
||||
|
||||
plug->socket_window = GTK_WIDGET (socket_)->window;
|
||||
g_object_ref (plug->socket_window);
|
||||
g_signal_emit (plug, plug_signals[EMBEDDED], 0);
|
||||
g_object_notify (G_OBJECT (plug), "embedded");
|
||||
|
||||
if (GTK_WIDGET_REALIZED (widget))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user