mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Avoid errors when removing the plug from the socket. (#128546, Christopher
Thu Feb 19 00:32:21 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when removing the plug from the socket. (#128546, Christopher Blizzard)
This commit is contained in:
parent
b337db3a54
commit
1971cb4938
@ -1,3 +1,8 @@
|
||||
Thu Feb 19 00:32:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
|
||||
removing the plug from the socket. (#128546, Christopher Blizzard)
|
||||
|
||||
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkradiomenuitem.h:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 19 00:32:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
|
||||
removing the plug from the socket. (#128546, Christopher Blizzard)
|
||||
|
||||
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkradiomenuitem.h:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 19 00:32:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
|
||||
removing the plug from the socket. (#128546, Christopher Blizzard)
|
||||
|
||||
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkradiomenuitem.h:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 19 00:32:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
|
||||
removing the plug from the socket. (#128546, Christopher Blizzard)
|
||||
|
||||
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkradiomenuitem.h:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 19 00:32:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
|
||||
removing the plug from the socket. (#128546, Christopher Blizzard)
|
||||
|
||||
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkradiomenuitem.h:
|
||||
|
@ -296,8 +296,11 @@ _gtk_plug_remove_from_socket (GtkPlug *plug,
|
||||
GTK_PRIVATE_UNSET_FLAG (plug, GTK_IN_REPARENT);
|
||||
|
||||
socket->plug_widget = NULL;
|
||||
g_object_unref (socket->plug_window);
|
||||
socket->plug_window = NULL;
|
||||
if (socket->plug_window != NULL)
|
||||
{
|
||||
g_object_unref (socket->plug_window);
|
||||
socket->plug_window = NULL;
|
||||
}
|
||||
|
||||
socket->same_app = FALSE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user