[evolution-ews/gnome-2-28] Fix a compilation error caused during merge
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews/gnome-2-28] Fix a compilation error caused during merge
- Date: Wed, 24 Aug 2011 08:42:49 +0000 (UTC)
commit ccd1a7b7023e0cf0156f2018ff43a626d4bac11a
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Wed Aug 24 08:40:42 2011 +0530
Fix a compilation error caused during merge
src/calendar/e-cal-backend-ews.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index a0c8122..32118ae 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -2143,8 +2143,8 @@ e_cal_backend_ews_modify_object (ECalBackend *backend, EDataCal *cal,
attach_data->itemid = itemid;
attach_data->changekey = changekey;
- if (context)
- e_data_cal_notify_object_modified (cal, context, error, NULL, NULL);
+ if (cal)
+ e_data_cal_notify_object_modified (cal, EDC_ER_CODE (error), NULL, NULL);
e_ews_connection_create_attachments_start (priv->cnc, EWS_PRIORITY_MEDIUM,
item_id, added_attachments,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]