diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-08 22:23:03 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-08 22:23:03 +0800 |
commit | 7a7bea488709da631d4e62af3288110f5e1db275 (patch) | |
tree | 0df515f4f6aac2ea8ec67db1d1234dfedb0bb867 /mail | |
parent | 2d5b5aca40ade15885cbbd680a7f592a7a88f518 (diff) | |
download | gsoc2013-evolution-7a7bea488709da631d4e62af3288110f5e1db275.tar.gz gsoc2013-evolution-7a7bea488709da631d4e62af3288110f5e1db275.tar.zst gsoc2013-evolution-7a7bea488709da631d4e62af3288110f5e1db275.zip |
Fix bad XML noticed by Not Zed
* importers/GNOME_Evolution_Mail_Elm_Intelligent_Importer.server.in.in:
* importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in:
* importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in:
Fix bad XML noticed by Not Zed
svn path=/trunk/; revision=20748
Diffstat (limited to 'mail')
4 files changed, 13 insertions, 6 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 7e3bc844cb..fd5fec2000 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2003-04-08 Dan Winship <danw@ximian.com> + + * importers/GNOME_Evolution_Mail_Elm_Intelligent_Importer.server.in.in: + * importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in: + * importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in: + Fix bad XML noticed by Not Zed + 2003-04-08 Not Zed <NotZed@Ximian.com> * mail-vfolder.c (vfolder_gui_add_rule): swap button order. For diff --git a/mail/importers/GNOME_Evolution_Mail_Elm_Intelligent_Importer.server.in.in b/mail/importers/GNOME_Evolution_Mail_Elm_Intelligent_Importer.server.in.in index 9a85427a75..59bba4bfee 100644 --- a/mail/importers/GNOME_Evolution_Mail_Elm_Intelligent_Importer.server.in.in +++ b/mail/importers/GNOME_Evolution_Mail_Elm_Intelligent_Importer.server.in.in @@ -9,7 +9,7 @@ </oaf_attribute> <oaf_attribute name="name" type="string" - _value="Evolution Elm importer"> + _value="Evolution Elm importer"/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Elm_Intelligent_Importer" @@ -21,6 +21,6 @@ </oaf_attribute> <oaf_attribute name="name" type="string" - _value="Evolution Elm importer"> + _value="Evolution Elm importer"/> </oaf_server> </oaf_info> diff --git a/mail/importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in b/mail/importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in index 3536c536ac..645ca0eb5b 100644 --- a/mail/importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in +++ b/mail/importers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server.in.in @@ -9,7 +9,7 @@ </oaf_attribute> <oaf_attribute name="name" type="string" - _value="Evolution Netscape Mail importer"> + _value="Evolution Netscape Mail importer"/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Netscape_Intelligent_Importer" @@ -21,6 +21,6 @@ </oaf_attribute> <oaf_attribute name="name" type="string" - _value="Evolution Netscape Mail importer"> + _value="Evolution Netscape Mail importer"/> </oaf_server> </oaf_info> diff --git a/mail/importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in b/mail/importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in index a2e8ea7b21..808c8aa00f 100644 --- a/mail/importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in +++ b/mail/importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in @@ -9,7 +9,7 @@ </oaf_attribute> <oaf_attribute name="name" type="string" - _value="Evolution Pine importer"> + _value="Evolution Pine importer"/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Pine_Intelligent_Importer" @@ -21,6 +21,6 @@ </oaf_attribute> <oaf_attribute name="name" type="string" - _value="Evolution Pine importer"> + _value="Evolution Pine importer"/> </oaf_server> </oaf_info> |