Part of bug #182726. Use gtk_socket_add_id() instead of gtk_socket_steal().

This commit is contained in:
blizzard%redhat.com 2002-12-14 20:17:09 +00:00
Родитель 3adfa94f2f
Коммит 06c6fe2afb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -276,7 +276,7 @@ gtk_xtbin_realize (GtkWidget *widget)
gdk_flush();
/* 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);
}