[evolution/webkit] Fix compilation error in EMFormat and EMFormatHTMLDisplay
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit] Fix compilation error in EMFormat and EMFormatHTMLDisplay
- Date: Fri, 9 Sep 2011 09:36:16 +0000 (UTC)
commit 9eaaa55c14530e899fefe017066e5723f127c2d7
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 a17fbde..aeaf5d1 100644
--- a/em-format/em-format-quote.c
+++ b/em-format/em-format-quote.c
@@ -591,7 +591,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 18974c5..1486d8a 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -354,7 +354,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]