diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-02-06 12:33:47 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-02-06 12:33:47 +0800 |
commit | cb2a6b81ebd1103fe56987a76016cc4d5579ec35 (patch) | |
tree | 20509852d97f0f2f22471c7159cf307f2ebfae90 | |
parent | 0e3786d3ec119c7a56dda673fbd0d75efcefdc53 (diff) | |
download | gsoc2013-evolution-cb2a6b81ebd1103fe56987a76016cc4d5579ec35.tar.gz gsoc2013-evolution-cb2a6b81ebd1103fe56987a76016cc4d5579ec35.tar.zst gsoc2013-evolution-cb2a6b81ebd1103fe56987a76016cc4d5579ec35.zip |
Added xml-* files.
2001-02-05 Jeffrey Stedfast <fejj@ximian.com>
* .cvsignore: Added xml-* files.
svn path=/trunk/; revision=8014
-rw-r--r-- | .cvsignore | 3 | ||||
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | camel/camel-mime-part.h | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore index 00c805b196..e64a21f886 100644 --- a/.cvsignore +++ b/.cvsignore @@ -23,3 +23,6 @@ stamp.h xlibtool xltmain.sh evolution.spec +xml-i18n-extract +xml-i18n-merge +xml-i18n-update @@ -1,3 +1,7 @@ +2001-02-05 Jeffrey Stedfast <fejj@ximian.com> + + * .cvsignore: Added xml-* files. + 2001-02-05 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> * configure.in (ALL_LINGUAS): Added pt_BR to ALL_LINGUAS. diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h index d5d703b325..75f7bff6db 100644 --- a/camel/camel-mime-part.h +++ b/camel/camel-mime-part.h @@ -61,7 +61,7 @@ struct _CamelMimePart { CamelMedium parent_object; - /* All fields here are -** PRIVATE **- */ + /* All fields here are -** PRIVATE **- */ gchar *description; CamelMimeDisposition *disposition; gchar *content_id; |