Reverted pending mail to developers explaining patch

This commit is contained in:
Owen Taylor
1999-11-20 14:32:35 +00:00
parent 6eb684bebc
commit f6e398fa53
8 changed files with 0 additions and 43 deletions

View File

@@ -1,9 +1,3 @@
Sat Nov 20 13:44:28 1999 Dietmar Maurer <dm@vlsivie.tuwien.ac.at>
* 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 <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_parse_path):

View File

@@ -1,9 +1,3 @@
Sat Nov 20 13:44:28 1999 Dietmar Maurer <dm@vlsivie.tuwien.ac.at>
* 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 <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_parse_path):

View File

@@ -1,9 +1,3 @@
Sat Nov 20 13:44:28 1999 Dietmar Maurer <dm@vlsivie.tuwien.ac.at>
* 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 <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_parse_path):

View File

@@ -1,9 +1,3 @@
Sat Nov 20 13:44:28 1999 Dietmar Maurer <dm@vlsivie.tuwien.ac.at>
* 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 <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_parse_path):

View File

@@ -1,9 +1,3 @@
Sat Nov 20 13:44:28 1999 Dietmar Maurer <dm@vlsivie.tuwien.ac.at>
* 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 <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_parse_path):

View File

@@ -1,9 +1,3 @@
Sat Nov 20 13:44:28 1999 Dietmar Maurer <dm@vlsivie.tuwien.ac.at>
* 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 <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_parse_path):

View File

@@ -1,9 +1,3 @@
Sat Nov 20 13:44:28 1999 Dietmar Maurer <dm@vlsivie.tuwien.ac.at>
* 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 <otaylor@redhat.com>
* gtk/gtkitemfactory.c (gtk_item_factory_parse_path):

View File

@@ -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*