From f6e398fa5344b39ae6179fe19ca6cf2603ec5bd0 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 20 Nov 1999 14:32:35 +0000 Subject: [PATCH] Reverted pending mail to developers explaining patch --- ChangeLog | 6 ------ ChangeLog.pre-2-0 | 6 ------ ChangeLog.pre-2-10 | 6 ------ ChangeLog.pre-2-2 | 6 ------ ChangeLog.pre-2-4 | 6 ------ ChangeLog.pre-2-6 | 6 ------ ChangeLog.pre-2-8 | 6 ------ gtk/gtkplug.c | 1 - 8 files changed, 43 deletions(-) diff --git a/ChangeLog b/ChangeLog index b1b240f7d8..603f0d7d37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,3 @@ -Sat Nov 20 13:44:28 1999 Dietmar Maurer - - * gtk/gtkplug.c (gtk_plug_construct): bug fix: add a reference - (gdk_window_ref) to the window since we unref it in the unrealize - function. - Tue Nov 16 10:15:54 1999 Owen Taylor * gtk/gtkitemfactory.c (gtk_item_factory_parse_path): diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index b1b240f7d8..603f0d7d37 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,9 +1,3 @@ -Sat Nov 20 13:44:28 1999 Dietmar Maurer - - * gtk/gtkplug.c (gtk_plug_construct): bug fix: add a reference - (gdk_window_ref) to the window since we unref it in the unrealize - function. - Tue Nov 16 10:15:54 1999 Owen Taylor * gtk/gtkitemfactory.c (gtk_item_factory_parse_path): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b1b240f7d8..603f0d7d37 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,9 +1,3 @@ -Sat Nov 20 13:44:28 1999 Dietmar Maurer - - * gtk/gtkplug.c (gtk_plug_construct): bug fix: add a reference - (gdk_window_ref) to the window since we unref it in the unrealize - function. - Tue Nov 16 10:15:54 1999 Owen Taylor * gtk/gtkitemfactory.c (gtk_item_factory_parse_path): diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index b1b240f7d8..603f0d7d37 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,9 +1,3 @@ -Sat Nov 20 13:44:28 1999 Dietmar Maurer - - * gtk/gtkplug.c (gtk_plug_construct): bug fix: add a reference - (gdk_window_ref) to the window since we unref it in the unrealize - function. - Tue Nov 16 10:15:54 1999 Owen Taylor * gtk/gtkitemfactory.c (gtk_item_factory_parse_path): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b1b240f7d8..603f0d7d37 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,9 +1,3 @@ -Sat Nov 20 13:44:28 1999 Dietmar Maurer - - * gtk/gtkplug.c (gtk_plug_construct): bug fix: add a reference - (gdk_window_ref) to the window since we unref it in the unrealize - function. - Tue Nov 16 10:15:54 1999 Owen Taylor * gtk/gtkitemfactory.c (gtk_item_factory_parse_path): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index b1b240f7d8..603f0d7d37 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,9 +1,3 @@ -Sat Nov 20 13:44:28 1999 Dietmar Maurer - - * gtk/gtkplug.c (gtk_plug_construct): bug fix: add a reference - (gdk_window_ref) to the window since we unref it in the unrealize - function. - Tue Nov 16 10:15:54 1999 Owen Taylor * gtk/gtkitemfactory.c (gtk_item_factory_parse_path): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b1b240f7d8..603f0d7d37 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,9 +1,3 @@ -Sat Nov 20 13:44:28 1999 Dietmar Maurer - - * gtk/gtkplug.c (gtk_plug_construct): bug fix: add a reference - (gdk_window_ref) to the window since we unref it in the unrealize - function. - Tue Nov 16 10:15:54 1999 Owen Taylor * gtk/gtkitemfactory.c (gtk_item_factory_parse_path): diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index 63ab1bacb5..a679f2387d 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -113,7 +113,6 @@ gtk_plug_construct (GtkPlug *plug, guint32 socket_id) plug->socket_window = gdk_window_foreign_new (socket_id); plug->same_app = FALSE; } - else gdk_window_ref (plug->socket_window); } GtkWidget*