[evolution-ews] Fix build error
- From: Akhil Laddha <lakhil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Fix build error
- Date: Mon, 3 Oct 2011 09:00:41 +0000 (UTC)
commit 6b147c62145e95e51998161e69233625d801b6e3
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Mon Oct 3 14:30:17 2011 +0530
Fix build error
src/calendar/e-cal-backend-ews.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index e559f52..a1f8007 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -754,7 +754,7 @@ e_cal_backend_ews_open_compat (ECalBackend *backend, EDataCal *cal, EServerMetho
GError *error = NULL;
if (!e_cal_backend_ews_open (backend, cal, context, NULL, only_if_exists, username, password, &error))
- e_data_cal_respond_open (cal, context, *error);
+ e_data_cal_respond_open (cal, context, error);
}
#else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]