summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>1999-01-21 22:29:58 +0000
committerJeff Garzik <jgarzik@src.gnome.org>1999-01-21 22:29:58 +0000
commitba58aa201d9b9290b71a182c6c7591882608a8b5 (patch)
tree316515162f8c49cfd175ed4e3efee3f714a67aac /ChangeLog.pre-2-8
parentcb2eb293e68a30e13fbd05aebceb237a96b6297e (diff)
downloadgdk-pixbuf-ba58aa201d9b9290b71a182c6c7591882608a8b5.tar.gz
Check args for NULL. (gtk_selection_default_handler): Replace manual list
Thu Jan 21 17:13:12 1999 Jeff Garzik <jgarzik@pobox.com> * gtk/gtkselection.c: (gtk_selection_property_notify): Check args for NULL. (gtk_selection_default_handler): Replace manual list count with call to g_list_length. Remove signedness of temp var 'count' to agree with usage. Slight spacing adjustment for readability. * gtk/gtkbox.c, gtk/gtklayout.c, gtk/gtkselection.c: Init a few ptrs to NULL, to quiet warnings.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-812
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 521055bb6..5efcce604 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,15 @@
+Thu Jan 21 17:13:12 1999 Jeff Garzik <jgarzik@pobox.com>
+
+ * gtk/gtkselection.c:
+ (gtk_selection_property_notify): Check args for NULL.
+ (gtk_selection_default_handler):
+ Replace manual list count with call to g_list_length.
+ Remove signedness of temp var 'count' to agree with usage.
+ Slight spacing adjustment for readability.
+
+ * gtk/gtkbox.c, gtk/gtklayout.c, gtk/gtkselection.c:
+ Init a few ptrs to NULL, to quiet warnings.
+
Thu Jan 21 16:03:02 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkbutton.c (gtk_button_expose): Code cleanup.