]> Pileus Git - ~andy/gtk/commit
Check args for NULL. (gtk_selection_default_handler): Replace manual list
authorJeff Garzik <jgarzik@pobox.com>
Thu, 21 Jan 1999 22:29:58 +0000 (22:29 +0000)
committerJeff Garzik <jgarzik@src.gnome.org>
Thu, 21 Jan 1999 22:29:58 +0000 (22:29 +0000)
commitba58aa201d9b9290b71a182c6c7591882608a8b5
tree316515162f8c49cfd175ed4e3efee3f714a67aac
parentcb2eb293e68a30e13fbd05aebceb237a96b6297e
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.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkbox.c
gtk/gtklayout.c
gtk/gtkselection.c