[evolution-ews/gnome-3-8] Avoid to use new EDS macros in stable branch
- From: Fabiano Fidêncio <ffidencio src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews/gnome-3-8] Avoid to use new EDS macros in stable branch
- Date: Tue, 2 Jul 2013 15:42:34 +0000 (UTC)
commit c5e81d6f97ddf85455eb9f53dcb3cc3bfeef6df3
Author: Fabiano Fidêncio <fidencio redhat com>
Date: Tue Jul 2 16:54:16 2013 +0200
Avoid to use new EDS macros in stable branch
src/calendar/e-cal-backend-ews.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index 3e0de80..85e4aa4 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -4094,8 +4094,11 @@ e_cal_backend_ews_get_backend_property (ECalBackend *backend,
// CAL_STATIC_CAPABILITY_NO_CONV_TO_RECUR ","
CAL_STATIC_CAPABILITY_NO_TASK_ASSIGNMENT ","
CAL_STATIC_CAPABILITY_SAVE_SCHEDULES ","
- CAL_STATIC_CAPABILITY_NO_ALARM_AFTER_START ","
- CAL_STATIC_CAPABILITY_NO_ALARM_DESCRIPTION);
+ /*
+ * These capabilities were added after the 3.8.0 release
+ */
+ "no-alarm-after-start" ","
+ "no-alarm-description");
} else if (g_str_equal (prop_name, CAL_BACKEND_PROPERTY_CAL_EMAIL_ADDRESS)) {
/* return email address of the person who opened the calendar */
ECalBackendEws *cbews;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]