[evolution-mapi/wip/mcrha/eds-libical-glib] Adapt to recent libedata-cal changes
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi/wip/mcrha/eds-libical-glib] Adapt to recent libedata-cal changes
- Date: Thu, 25 Apr 2019 15:57:27 +0000 (UTC)
commit b4fc3de6e5163770a7312860911a3ead1133a789
Author: Milan Crha <mcrha redhat com>
Date: Thu Apr 25 17:59:16 2019 +0200
Adapt to recent libedata-cal changes
src/calendar/e-cal-backend-mapi.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-mapi.c b/src/calendar/e-cal-backend-mapi.c
index 97f998f..e765688 100644
--- a/src/calendar/e-cal-backend-mapi.c
+++ b/src/calendar/e-cal-backend-mapi.c
@@ -1482,7 +1482,7 @@ ecb_mapi_get_backend_property (ECalBackend *backend,
}
/* Chain up to parent's method */
- return E_CAL_BACKEND_CLASS (e_cal_backend_mapi_parent_class)->get_backend_property (backend,
prop_name);
+ return E_CAL_BACKEND_CLASS (e_cal_backend_mapi_parent_class)->impl_get_backend_property (backend,
prop_name);
}
static void
@@ -1953,7 +1953,7 @@ e_cal_backend_mapi_class_init (ECalBackendMAPIClass *klass)
meta_backend_class->remove_component_sync = ecb_mapi_remove_component_sync;
cal_backend_class = E_CAL_BACKEND_CLASS (klass);
- cal_backend_class->get_backend_property = ecb_mapi_get_backend_property;
+ cal_backend_class->impl_get_backend_property = ecb_mapi_get_backend_property;
sync_backend_class = E_CAL_BACKEND_SYNC_CLASS (klass);
sync_backend_class->send_objects_sync = ecb_mapi_send_objects_sync;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]