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/backend/ebook/e-card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/backend/ebook/e-card.c') 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