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:

committed by
Matthias Clasen

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>
|
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkradiomenuitem.h:
|
* 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>
|
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkradiomenuitem.h:
|
* 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>
|
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkradiomenuitem.h:
|
* 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>
|
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkradiomenuitem.h:
|
* 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>
|
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkradiomenuitem.h:
|
* gtk/gtkradiomenuitem.h:
|
||||||
|
@ -296,8 +296,11 @@ _gtk_plug_remove_from_socket (GtkPlug *plug,
|
|||||||
GTK_PRIVATE_UNSET_FLAG (plug, GTK_IN_REPARENT);
|
GTK_PRIVATE_UNSET_FLAG (plug, GTK_IN_REPARENT);
|
||||||
|
|
||||||
socket->plug_widget = NULL;
|
socket->plug_widget = NULL;
|
||||||
g_object_unref (socket->plug_window);
|
if (socket->plug_window != NULL)
|
||||||
socket->plug_window = NULL;
|
{
|
||||||
|
g_object_unref (socket->plug_window);
|
||||||
|
socket->plug_window = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
socket->same_app = FALSE;
|
socket->same_app = FALSE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user