[evolution-data-server] Fix compile error.
- From: Chenthill Palanisamy <pchen src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix compile error.
- Date: Wed, 30 Sep 2009 10:17:12 +0000 (UTC)
commit 9ce5173ff3fe9029927c0a03e42d4c531f0f3378
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Tue Sep 29 11:46:18 2009 +0530
Fix compile error.
camel/providers/imapx/camel-imapx-summary.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-summary.c b/camel/providers/imapx/camel-imapx-summary.c
index 8e9f5f9..a69ff36 100644
--- a/camel/providers/imapx/camel-imapx-summary.c
+++ b/camel/providers/imapx/camel-imapx-summary.c
@@ -454,7 +454,7 @@ camel_imapx_summary_add_offline (CamelFolderSummary *summary, const gchar *uid,
const CamelTag *tag;
/* Create summary entry */
- mi = (CamelIMAPXMessageInfo *)camel_folder_summary_info_new_from_message (summary, message);
+ mi = (CamelIMAPXMessageInfo *)camel_folder_summary_info_new_from_message (summary, message, NULL);
/* Copy flags 'n' tags */
mi->info.flags = camel_message_info_flags(info);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]