diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-11-03 13:32:40 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-11-03 13:32:40 +0800 |
commit | a455eb6481393613087e660373057bc03af8d779 (patch) | |
tree | fd2115940e2498db666bb60518ebcc9057cc08be /addressbook/ChangeLog | |
parent | 74e40944c275d678c56648be54f680d5b64d704e (diff) | |
download | gsoc2013-evolution-a455eb6481393613087e660373057bc03af8d779.tar.gz gsoc2013-evolution-a455eb6481393613087e660373057bc03af8d779.tar.zst gsoc2013-evolution-a455eb6481393613087e660373057bc03af8d779.zip |
Check for NULL dates before converting them to strings. Fixes Ximian bug
2001-11-02 Christopher James Lahey <clahey@ximian.com>
* backend/ebook/e-card-simple.c (e_card_simple_get): Check for
NULL dates before converting them to strings. Fixes Ximian bug
#14394.
svn path=/trunk/; revision=14579
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2e1934ca7e..31bd485c92 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-11-02 Christopher James Lahey <clahey@ximian.com> + + * backend/ebook/e-card-simple.c (e_card_simple_get): Check for + NULL dates before converting them to strings. Fixes Ximian bug + #14394. + 2001-11-02 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-bonobo.c |