[evolution/webkit: 47/105] Fix a compilation warning
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit: 47/105] Fix a compilation warning
- Date: Mon, 9 Jan 2012 08:43:42 +0000 (UTC)
commit 68c7d2db8f6e9c7afef7dee7b4d4609602befff4
Author: Dan VrÃtil <dvratil redhat com>
Date: Wed Nov 16 16:04:20 2011 +0100
Fix a compilation warning
mail/em-format-html-display.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index a55d91c..b2da91b 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -118,7 +118,7 @@ static gpointer parent_class;
static EAttachmentStore*
find_parent_attachment_store (EMFormatHTMLDisplay *efhd, GString *part_id)
{
- EMFormat *emf = (EMFormatHTML *) efhd;
+ EMFormat *emf = (EMFormat *) efhd;
EMFormatAttachmentBarPURI *abp;
EMFormatPURI *puri;
gchar *tmp, *pos;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]