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 | |
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
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/backend/ebook/e-card.c | 2 |
2 files changed, 6 insertions, 1 deletions
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 <clahey@helixcode.com> + + * backend/ebook/e-card.c: Changed the mime type from "text/vcard" + to "text/x-vcard". + 2000-11-11 Matt Bissiri <bissiri@eecs.umich.edu> * 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); |