[evolution/webkit: 20/33] Fix compilation error in EMFormat and EMFormatHTMLDisplay
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit: 20/33] Fix compilation error in EMFormat and EMFormatHTMLDisplay
- Date: Thu, 22 Sep 2011 12:11:26 +0000 (UTC)
commit 61027d239370858da6ccb3197f87e0dc6588efd0
Author: Dan VrÃtil <dvratil redhat com>
Date: Fri Sep 9 11:36:05 2011 +0200
Fix compilation error in EMFormat and EMFormatHTMLDisplay
em-format/em-format-quote.c | 2 +-
mail/em-format-html-display.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/em-format/em-format-quote.c b/em-format/em-format-quote.c
index 07a793c..89e4ed7 100644
--- a/em-format/em-format-quote.c
+++ b/em-format/em-format-quote.c
@@ -592,7 +592,7 @@ emfq_format_headers (EMFormatQuote *emfq,
static void
emfq_write_message_prefix (EMFormat *emf,
- EMFormatPURI *puri
+ EMFormatPURI *puri,
CamelStream *stream,
GCancellable *cancellable)
{
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index 5423203..d66353e 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -368,7 +368,7 @@ static void
efhd_parse (EMFormat *emf,
CamelMimeMessage *msg,
CamelFolder *folder,
- Cancellable *cancellable)
+ GCancellable *cancellable)
{
EMFormatHTMLDisplay *efhd;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]