diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-07-02 12:23:15 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-07-02 12:23:15 +0800 |
commit | 00e3b9af8a4c5d661b1cd1cecc6811cbf374f3dd (patch) | |
tree | cfb747693083b7e9591757320a76678e5469607b /addressbook/ChangeLog | |
parent | 120ab4c15351357bfffd8a34a1f3fe873ceab9f6 (diff) | |
download | gsoc2013-evolution-00e3b9af8a4c5d661b1cd1cecc6811cbf374f3dd.tar gsoc2013-evolution-00e3b9af8a4c5d661b1cd1cecc6811cbf374f3dd.tar.gz gsoc2013-evolution-00e3b9af8a4c5d661b1cd1cecc6811cbf374f3dd.tar.bz2 gsoc2013-evolution-00e3b9af8a4c5d661b1cd1cecc6811cbf374f3dd.tar.lz gsoc2013-evolution-00e3b9af8a4c5d661b1cd1cecc6811cbf374f3dd.tar.xz gsoc2013-evolution-00e3b9af8a4c5d661b1cd1cecc6811cbf374f3dd.tar.zst gsoc2013-evolution-00e3b9af8a4c5d661b1cd1cecc6811cbf374f3dd.zip |
Fix for the "recipient not specified" bug --- we were not correctly
2001-07-01 Jon Trowbridge <trow@ximian.com>
* backend/ebook/e-destination.c (e_destination_is_empty): Fix for the
"recipient not specified" bug --- we were not correctly checking
for whether or not an EDestination was actually empty.
svn path=/trunk/; revision=10664
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 ef1843a2c2..de74fffbb0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-07-01 Jon Trowbridge <trow@ximian.com> + + * backend/ebook/e-destination.c (e_destination_is_empty): Fix for the + "recipient not specified" bug --- we were not correctly checking + for whether or not an EDestination was actually empty. + 2001-06-30 Jon Trowbridge <trow@ximian.com> * backend/ebook/e-card.c (e_card_evolution_list): Check args. |