diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-07-01 04:28:52 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-07-01 04:28:52 +0800 |
commit | effc7ac8c082ae542619603a43c6935ba6f3faaa (patch) | |
tree | f31559f7eae45ac86d721a109b4969e80e8c5020 /addressbook/ChangeLog | |
parent | e3a7660cde2591da526f685f36bdeb496ab95066 (diff) | |
download | gsoc2013-evolution-effc7ac8c082ae542619603a43c6935ba6f3faaa.tar.gz gsoc2013-evolution-effc7ac8c082ae542619603a43c6935ba6f3faaa.tar.zst gsoc2013-evolution-effc7ac8c082ae542619603a43c6935ba6f3faaa.zip |
I was accidentally comparing characters and strings here, and didn't see
2001-06-30 Jon Trowbridge <trow@ximian.com>
* backend/ebook/e-destination.c (build_field): I was accidentally
comparing characters and strings here, and didn't see the compiler
warning. Fixed.
(e_destination_exportv): Don't export any empty destinations.
(bug#3825).
svn path=/trunk/; revision=10635
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index aa21dc6a8d..44f431d532 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2001-06-30 Jon Trowbridge <trow@ximian.com> + + * backend/ebook/e-destination.c (build_field): I was accidentally + comparing characters and strings here, and didn't see the compiler + warning. Fixed. + (e_destination_exportv): Don't export any empty destinations. + (bug#3825). + 2001-06-30 Zbigniew Chyla <cyba@gnome.pl> * gui/component/e-address-popup.c (e_address_popup_construct): Marked |