mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Marked plug window as destroyed before destroying the window.
Fri Dec 18 15:19:54 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtksocket.c (gtk_socket_filter_func): Marked plug window as destroyed before destroying the window.
This commit is contained in:
parent
8592d1c309
commit
6704cf6e1a
@ -1,3 +1,9 @@
|
||||
Fri Dec 18 15:19:54 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksocket.c (gtk_socket_filter_func): Marked
|
||||
plug window as destroyed before destroying the
|
||||
window.
|
||||
|
||||
Fri Dec 18 14:17:14 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup): Set the usize on the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Dec 18 15:19:54 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksocket.c (gtk_socket_filter_func): Marked
|
||||
plug window as destroyed before destroying the
|
||||
window.
|
||||
|
||||
Fri Dec 18 14:17:14 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup): Set the usize on the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Dec 18 15:19:54 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksocket.c (gtk_socket_filter_func): Marked
|
||||
plug window as destroyed before destroying the
|
||||
window.
|
||||
|
||||
Fri Dec 18 14:17:14 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup): Set the usize on the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Dec 18 15:19:54 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksocket.c (gtk_socket_filter_func): Marked
|
||||
plug window as destroyed before destroying the
|
||||
window.
|
||||
|
||||
Fri Dec 18 14:17:14 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup): Set the usize on the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Dec 18 15:19:54 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksocket.c (gtk_socket_filter_func): Marked
|
||||
plug window as destroyed before destroying the
|
||||
window.
|
||||
|
||||
Fri Dec 18 14:17:14 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup): Set the usize on the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Dec 18 15:19:54 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksocket.c (gtk_socket_filter_func): Marked
|
||||
plug window as destroyed before destroying the
|
||||
window.
|
||||
|
||||
Fri Dec 18 14:17:14 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup): Set the usize on the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Dec 18 15:19:54 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtksocket.c (gtk_socket_filter_func): Marked
|
||||
plug window as destroyed before destroying the
|
||||
window.
|
||||
|
||||
Fri Dec 18 14:17:14 1998 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmenu.c (gtk_menu_popup): Set the usize on the
|
||||
|
@ -622,8 +622,8 @@ gtk_socket_filter_func (GdkXEvent *gdk_xevent, GdkEvent *event, gpointer data)
|
||||
toplevel = gtk_widget_get_toplevel (GTK_WIDGET (socket));
|
||||
if (toplevel && GTK_IS_WINDOW (toplevel))
|
||||
gtk_window_remove_embedded_xid (GTK_WINDOW (toplevel), xdwe->window);
|
||||
gtk_widget_destroy (widget);
|
||||
gdk_window_destroy_notify (socket->plug_window);
|
||||
gtk_widget_destroy (widget);
|
||||
|
||||
socket->plug_window = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user