diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-09-19 01:05:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-09-19 01:05:23 +0800 |
commit | 2a88606f5d7bf0ce98b930d489e54157663751f3 (patch) | |
tree | 25fd8b1781bac3f4871efcf9c078bd78ab2cae8e /mail/em-folder-view.c | |
parent | 6205217822761f5e424a9207b261786f9cb8772d (diff) | |
download | gsoc2013-evolution-2a88606f5d7bf0ce98b930d489e54157663751f3.tar.gz gsoc2013-evolution-2a88606f5d7bf0ce98b930d489e54157663751f3.tar.zst gsoc2013-evolution-2a88606f5d7bf0ce98b930d489e54157663751f3.zip |
updated for camel namespace changes
2003-09-18 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c: updated for camel namespace changes
* em-folder-view.c: updated for camel namespace changes
* em-format-html-display.c: updated for camel namespace changes
* em-format-html-quote.c: updated for camel namespace changes
* em-format.c: updated for camel namespace changes
* em-popup.c: updated for camel namespace changes
* em-utils.c: updated for camel namespace changes
* mail-autofilter.c: updated for camel namespace changes
* mail-ops.c: updated for camel namespace changes
* mail-session.c: updated for camel namespace changes
* message-list.c: updated for camel namespace changes
* message-tag-followup.c: updated for camel namespace changes
* importers/evolution-mbox-importer.c: updated for camel namespace
changes
2003-09-18 Jeffrey Stedfast <fejj@ximian.com>
* em-popup.c (emp_standard_menu_factory): Don't forget to
initialise/increment 'i' when using it as an object id in the
for-loop.
* em-format.c (em_format_format_text): Initialise charset to NULL
or it may be used uninitialised. Also include
gnome-vfs-mime-handlers.h for gnome_vfs_mime_type_get_description().
svn path=/trunk/; revision=22610
Diffstat (limited to 'mail/em-folder-view.c')
-rw-r--r-- | mail/em-folder-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c index 7122f3da36..d2e6ba629f 100644 --- a/mail/em-folder-view.c +++ b/mail/em-folder-view.c @@ -973,7 +973,7 @@ emfv_message_reply(EMFolderView *emfv, int mode) if (FALSE /*gtk_clipboard_get_owner(clip) == (GObject *)emfv->preview*/ && ((EMFormatHTML *)emfv->preview)->html->engine->primary) { CamelMimeMessage *msg, *src; - struct _header_raw *header; + struct _camel_header_raw *header; HTMLEngineSaveState *state; src = (CamelMimeMessage *)((EMFormat *)emfv->preview)->message; |