summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author1 <timj@dhcpd7.redhat.com>1999-06-01 17:26:26 +0000
committerTim Janik <timj@src.gnome.org>1999-06-01 17:26:26 +0000
commitc084c71294539f17421eff2a0e39992ec1914afe (patch)
treec26d784ce9134e45aea681a9ed6733942a1fc53d /ChangeLog
parentc288d2419ec69838fbbfa09888d711c3aad4c558 (diff)
downloadgdk-pixbuf-c084c71294539f17421eff2a0e39992ec1914afe.tar.gz
added return if fail for invalid window types.
1999-06-01 <timj@dhcpd7.redhat.com> * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid window types. * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead of GTK_TOPLEVEL for creating the window.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc637c6b7..cea888b1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
1999-06-01 <timj@dhcpd7.redhat.com>
+ * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
+ window types.
+
+ * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
+ of GTK_TOPLEVEL for creating the window.
+
+1999-06-01 <timj@dhcpd7.redhat.com>
+
* gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
the last argument (reported by Per Winkvist).