diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in | 4 | ||||
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo | 4 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook.oafinfo | 4 |
4 files changed, 11 insertions, 6 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d831f311a8..a40f9ed2cb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2000-07-26 Dan Winship <danw@helixcode.com> + + * gui/component/addressbook.oafinfo: lowercasify the + supported_mime_types + 2000-07-25 Chris Toshok <toshok@helixcode.com> * backend/ebook/e-card-types.h: add enum for e-card pilot status. diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in index 08e01f3b22..18684910e8 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oaf.in @@ -23,8 +23,8 @@ </oaf_attribute> <oaf_attribute name="bonobo:supported_mime_types" type="stringv"> - <item value="text/vCard"/> - <item value="text/x-vCard"/> + <item value="text/vcard"/> + <item value="text/x-vcard"/> </oaf_attribute> <oaf_attribute name="description" type="string" diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo b/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo index 08e01f3b22..18684910e8 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.oafinfo @@ -23,8 +23,8 @@ </oaf_attribute> <oaf_attribute name="bonobo:supported_mime_types" type="stringv"> - <item value="text/vCard"/> - <item value="text/x-vCard"/> + <item value="text/vcard"/> + <item value="text/x-vcard"/> </oaf_attribute> <oaf_attribute name="description" type="string" diff --git a/addressbook/gui/component/addressbook.oafinfo b/addressbook/gui/component/addressbook.oafinfo index 08e01f3b22..18684910e8 100644 --- a/addressbook/gui/component/addressbook.oafinfo +++ b/addressbook/gui/component/addressbook.oafinfo @@ -23,8 +23,8 @@ </oaf_attribute> <oaf_attribute name="bonobo:supported_mime_types" type="stringv"> - <item value="text/vCard"/> - <item value="text/x-vCard"/> + <item value="text/vcard"/> + <item value="text/x-vcard"/> </oaf_attribute> <oaf_attribute name="description" type="string" |