зеркало из https://github.com/mozilla/gecko-dev.git
Part of bug #182726. Use gtk_socket_add_id() instead of gtk_socket_steal().
This commit is contained in:
Родитель
3adfa94f2f
Коммит
06c6fe2afb
|
@ -276,7 +276,7 @@ gtk_xtbin_realize (GtkWidget *widget)
|
||||||
gdk_flush();
|
gdk_flush();
|
||||||
|
|
||||||
/* now that we have created the xt client, add it to the socket. */
|
/* now that we have created the xt client, add it to the socket. */
|
||||||
gtk_socket_steal(GTK_SOCKET(widget), xtbin->xtwindow);
|
gtk_socket_add_id(GTK_SOCKET(widget), xtbin->xtwindow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче