summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-09-10 19:19:00 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-09-10 19:19:00 +0000
commit6362c20b8b3fa137fa0fd2f306345f520855d0f7 (patch)
treeb79e2d73b1374a48b9a6b4de034fe7297c0e4f9f /ChangeLog.pre-2-10
parenta88d8fff6d11ab46c213fc040acc5011e4bb7809 (diff)
downloadgdk-pixbuf-6362c20b8b3fa137fa0fd2f306345f520855d0f7.tar.gz
Fix typo where comparison was being done against an uninitialized value
Fri Sep 10 15:22:50 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo where comparison was being done against an uninitialized value causing intermittant results depending on compiler flags. Also make it clearer that we aren't ever initializing the child as 0x0 (though this will be caught in gtk_widget_size_allocate())
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-109
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 577c1cbb2..eda161da7 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,12 @@
+Fri Sep 10 15:22:50 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
+ where comparison was being done against an uninitialized
+ value causing intermittant results depending on
+ compiler flags. Also make it clearer that we aren't
+ ever initializing the child as 0x0 (though this will
+ be caught in gtk_widget_size_allocate())
+
Fri Sep 10 10:06:56 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_set_transient_for): Move