diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-19 12:35:12 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-19 12:35:12 +0800 |
commit | 8139ba9425da46085769d1bcb6c8f8a1f22647ed (patch) | |
tree | 3d43323c1b50e1b1226b95314e54446d53c788f1 /widgets/e-table/ChangeLog | |
parent | 5b7e64a40ab6670c44f9e492290261fe644c06f4 (diff) | |
download | gsoc2013-evolution-8139ba9425da46085769d1bcb6c8f8a1f22647ed.tar gsoc2013-evolution-8139ba9425da46085769d1bcb6c8f8a1f22647ed.tar.gz gsoc2013-evolution-8139ba9425da46085769d1bcb6c8f8a1f22647ed.tar.bz2 gsoc2013-evolution-8139ba9425da46085769d1bcb6c8f8a1f22647ed.tar.lz gsoc2013-evolution-8139ba9425da46085769d1bcb6c8f8a1f22647ed.tar.xz gsoc2013-evolution-8139ba9425da46085769d1bcb6c8f8a1f22647ed.tar.zst gsoc2013-evolution-8139ba9425da46085769d1bcb6c8f8a1f22647ed.zip |
From a patch by Iain Holmes <ih@csd.abdn.ac.uk>
2000-05-19 Christopher James Lahey <clahey@helixcode.com>
From a patch by Iain Holmes <ih@csd.abdn.ac.uk>
* e-table-config.c, e-table.c: Fixed getting text content from a
node in the case of a non string based content field in the xml
library.
svn path=/trunk/; revision=3133
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 6d2a63fc3a..8d26a03b34 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,11 @@ +2000-05-19 Christopher James Lahey <clahey@helixcode.com> + +From a patch by Iain Holmes <ih@csd.abdn.ac.uk> + + * e-table-config.c, e-table.c: Fixed getting text content from a + node in the case of a non string based content field in the xml + library. + 2000-05-16 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c: Fixed a memory leak. |