diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-03-05 05:22:23 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-03-05 05:22:23 +0800 |
commit | 77b51962b586f150d827c543d581b278caee0c9f (patch) | |
tree | 4b0e3f02a7418dc0b6509edf9b5115daaf16c5a4 /widgets/e-table/ChangeLog | |
parent | 9610908b0eb1943e3edb0e85e23f9cfdabd75871 (diff) | |
download | gsoc2013-evolution-77b51962b586f150d827c543d581b278caee0c9f.tar gsoc2013-evolution-77b51962b586f150d827c543d581b278caee0c9f.tar.gz gsoc2013-evolution-77b51962b586f150d827c543d581b278caee0c9f.tar.bz2 gsoc2013-evolution-77b51962b586f150d827c543d581b278caee0c9f.tar.lz gsoc2013-evolution-77b51962b586f150d827c543d581b278caee0c9f.tar.xz gsoc2013-evolution-77b51962b586f150d827c543d581b278caee0c9f.tar.zst gsoc2013-evolution-77b51962b586f150d827c543d581b278caee0c9f.zip |
Touched this up a bit.
2000-03-04 Christopher James Lahey <clahey@helixcode.com>
* 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
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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,5 +1,12 @@ 2000-03-04 Christopher James Lahey <clahey@helixcode.com> + * 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 <clahey@helixcode.com> + * e-table.c: Fixed a crash error. 2000-03-04 Christopher James Lahey <clahey@helixcode.com> |