diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-11-13 03:52:57 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-11-13 03:52:57 +0800 |
commit | 70564cabb0f82246cf09775acfa97991a3ea3efb (patch) | |
tree | 15c20bc6a18f8f0607479928aadd3cee3301c29c /addressbook/backend | |
parent | ddae78720c0cdc7984cc50e41a0db99368244e3d (diff) | |
download | gsoc2013-evolution-70564cabb0f82246cf09775acfa97991a3ea3efb.tar gsoc2013-evolution-70564cabb0f82246cf09775acfa97991a3ea3efb.tar.gz gsoc2013-evolution-70564cabb0f82246cf09775acfa97991a3ea3efb.tar.bz2 gsoc2013-evolution-70564cabb0f82246cf09775acfa97991a3ea3efb.tar.lz gsoc2013-evolution-70564cabb0f82246cf09775acfa97991a3ea3efb.tar.xz gsoc2013-evolution-70564cabb0f82246cf09775acfa97991a3ea3efb.tar.zst gsoc2013-evolution-70564cabb0f82246cf09775acfa97991a3ea3efb.zip |
Changed the mime type from "text/vcard" to "text/x-vcard".
2000-11-12 Christopher James Lahey <clahey@helixcode.com>
* backend/ebook/e-card.c: Changed the mime type from "text/vcard"
to "text/x-vcard".
svn path=/trunk/; revision=6548
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/ebook/e-card.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |