aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-04-09 09:38:38 +0800
committerChris Lahey <clahey@src.gnome.org>2000-04-09 09:38:38 +0800
commit2baf1a70830fc9a0a4cd9ef210c92c147490aeb3 (patch)
treed436faff5d04ea9047a8411b10b31903ef25edd1
parent742e8fab22c1defd3636374bdc77d519783c32c2 (diff)
downloadgsoc2013-evolution-2baf1a70830fc9a0a4cd9ef210c92c147490aeb3.tar
gsoc2013-evolution-2baf1a70830fc9a0a4cd9ef210c92c147490aeb3.tar.gz
gsoc2013-evolution-2baf1a70830fc9a0a4cd9ef210c92c147490aeb3.tar.bz2
gsoc2013-evolution-2baf1a70830fc9a0a4cd9ef210c92c147490aeb3.tar.lz
gsoc2013-evolution-2baf1a70830fc9a0a4cd9ef210c92c147490aeb3.tar.xz
gsoc2013-evolution-2baf1a70830fc9a0a4cd9ef210c92c147490aeb3.tar.zst
gsoc2013-evolution-2baf1a70830fc9a0a4cd9ef210c92c147490aeb3.zip
Fixed a small typo.
2000-04-08 Christopher James Lahey <clahey@helixcode.com> * addressbook/backend/ebook/e-card.c (e_card_get_vcard): Fixed a small typo. svn path=/trunk/; revision=2347
-rw-r--r--ChangeLog5
-rw-r--r--addressbook/backend/ebook/e-card.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 34b6adbc67..d89210832f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-08 Christopher James Lahey <clahey@helixcode.com>
+
+ * addressbook/backend/ebook/e-card.c (e_card_get_vcard): Fixed a
+ small typo.
+
2000-04-08 Dan Winship <danw@helixcode.com>
* art/Makefile.am: pixmap_DATA should have been images_DATA (after
diff --git a/addressbook/backend/ebook/e-card.c b/addressbook/backend/ebook/e-card.c
index 0ec6105a95..ea7e2ba373 100644
--- a/addressbook/backend/ebook/e-card.c
+++ b/addressbook/backend/ebook/e-card.c
@@ -231,7 +231,7 @@ char
}
if ( card->email ) {
- ECardIterator *iterator = e_card_list_get_iterator(card->address);
+ ECardIterator *iterator = e_card_list_get_iterator(card->email);
for ( ; e_card_iterator_is_valid(iterator) ;e_card_iterator_next(iterator) ) {
VObject *emailprop;
emailprop = addPropValue(vobj, VCEmailAddressProp, (char *) e_card_iterator_get(iterator));