From 77b51962b586f150d827c543d581b278caee0c9f Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 4 Mar 2000 21:22:23 +0000 Subject: Touched this up a bit. 2000-03-04 Christopher James Lahey * TODO: Touched this up a bit. * e-table-group.c, e-table-group-leaf.c: Check for NULL before calling gtk_object_unref or gtk_object_destroy. svn path=/trunk/; revision=2045 --- widgets/e-table/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'widgets/e-table/ChangeLog') diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 3c7b96f917..7ace7d30da 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,10 @@ +2000-03-04 Christopher James Lahey + + * TODO: Touched this up a bit. + + * e-table-group.c, e-table-group-leaf.c: Check for NULL before + calling gtk_object_unref or gtk_object_destroy. + 2000-03-04 Christopher James Lahey * e-table.c: Fixed a crash error. -- cgit