summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDietmar Maurer <dietmar@src.gnome.org>1999-11-20 14:16:34 +0000
committerDietmar Maurer <dietmar@src.gnome.org>1999-11-20 14:16:34 +0000
commit6eb684bebc3a4c01b650c2531b061fe1ec577d3f (patch)
treea11b3e36b9e9f70cb998cec803256b498d4b633b
parentd8ebd2d78a3c75e2d55c623962c612a6bac1dcce (diff)
downloadgdk-pixbuf-6eb684bebc3a4c01b650c2531b061fe1ec577d3f.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-2-06
-rw-r--r--ChangeLog.pre-2-106
-rw-r--r--ChangeLog.pre-2-26
-rw-r--r--ChangeLog.pre-2-46
-rw-r--r--ChangeLog.pre-2-66
-rw-r--r--ChangeLog.pre-2-86
-rw-r--r--gtk/gtkplug.c1
8 files changed, 43 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 603f0d7d3..b1b240f7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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):
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 603f0d7d3..b1b240f7d 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,9 @@
+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):
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 603f0d7d3..b1b240f7d 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,9 @@
+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):
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 603f0d7d3..b1b240f7d 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,9 @@
+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):
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 603f0d7d3..b1b240f7d 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,9 @@
+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):
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 603f0d7d3..b1b240f7d 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,9 @@
+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):
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 603f0d7d3..b1b240f7d 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,9 @@
+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):
diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c
index a679f2387..63ab1bacb 100644
--- a/gtk/gtkplug.c
+++ b/gtk/gtkplug.c
@@ -113,6 +113,7 @@ 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*