mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix bustage bug 397992
This commit is contained in:
parent
f42510958f
commit
a648e072e1
@ -185,8 +185,8 @@ nsresult nsPluginNativeWindowGtk2::CreateXEmbedWindow() {
|
||||
g_signal_connect(mSocketWidget, "plug_removed",
|
||||
G_CALLBACK(plug_removed_cb), NULL);
|
||||
|
||||
g_signal_connect(mGtkSocket, "destroy",
|
||||
GTK_SIGNAL_FUNC(gtk_widget_destroyed), &mGtkSocket);
|
||||
g_signal_connect(mSocketWidget, "destroy",
|
||||
GTK_SIGNAL_FUNC(gtk_widget_destroyed), &mSocketWidget);
|
||||
|
||||
gpointer user_data = NULL;
|
||||
gdk_window_get_user_data(parent_win, &user_data);
|
||||
|
Loading…
Reference in New Issue
Block a user