From 70564cabb0f82246cf09775acfa97991a3ea3efb Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sun, 12 Nov 2000 19:52:57 +0000 Subject: Changed the mime type from "text/vcard" to "text/x-vcard". 2000-11-12 Christopher James Lahey * backend/ebook/e-card.c: Changed the mime type from "text/vcard" to "text/x-vcard". svn path=/trunk/; revision=6548 --- addressbook/ChangeLog | 5 +++++ addressbook/backend/ebook/e-card.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index dc2ec55a07..d23c4598d9 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2000-11-12 Christopher James Lahey + + * backend/ebook/e-card.c: Changed the mime type from "text/vcard" + to "text/x-vcard". + 2000-11-11 Matt Bissiri * backend/ebook/.cvsignore: Add idl-generated files. diff --git a/addressbook/backend/ebook/e-card.c b/addressbook/backend/ebook/e-card.c index 76ec13af7f..e2e4ebcd01 100644 --- a/addressbook/backend/ebook/e-card.c +++ b/addressbook/backend/ebook/e-card.c @@ -3468,7 +3468,7 @@ e_card_send (ECard *card, ECardDisposition disposition) "full_name", &name, NULL); - content_type = CORBA_string_dup ("text/vcard"); + content_type = CORBA_string_dup ("text/x-vcard"); filename = CORBA_string_dup (""); tempstr = g_strdup_printf ("VCard for %s", name); -- cgit v1.2.3