From 34766a085cad6e95aef84b82ec6af40d86f0ca52 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 22 Sep 2000 15:49:21 +0000 Subject: Fixed some warnings. Fixed a bug where quoted printable fields were 2000-09-22 Christopher James Lahey * libversit/vcc.y: Fixed some warnings. Fixed a bug where quoted printable fields were reading in semi-colons that should have been field separators. From addressbook/ChangeLog: 2000-09-22 Christopher James Lahey * backend/ebook/e-card.c: Made addresses be quoted printable again so that they will encode properly if they have carriage returns in them. This is possible now because of a fix in libversit. svn path=/trunk/; revision=5550 --- addressbook/backend/ebook/e-card.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'addressbook/backend/ebook') diff --git a/addressbook/backend/ebook/e-card.c b/addressbook/backend/ebook/e-card.c index e18dc681ec..3ffa8368ed 100644 --- a/addressbook/backend/ebook/e-card.c +++ b/addressbook/backend/ebook/e-card.c @@ -301,9 +301,7 @@ char addPropValue(addressprop, VCPostalCodeProp, address->code); if ( address->country ) addPropValue(addressprop, VCCountryNameProp, address->country); -#if 0 addProp(addressprop, VCQuotedPrintableProp); -#endif } gtk_object_unref(GTK_OBJECT(iterator)); } -- cgit v1.2.3