[evolution-mapi/wip/mcrha/eds-libical-glib] Adapt to recent libedata-book changes



commit b3c6ec17818ef4e19b01b206e7740b7438508833
Author: Milan Crha <mcrha redhat com>
Date:   Thu Apr 25 17:59:03 2019 +0200

    Adapt to recent libedata-book changes

 src/addressbook/e-book-backend-mapi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-mapi.c b/src/addressbook/e-book-backend-mapi.c
index 186ff55..3cdb342 100644
--- a/src/addressbook/e-book-backend-mapi.c
+++ b/src/addressbook/e-book-backend-mapi.c
@@ -1046,7 +1046,7 @@ ebb_mapi_get_backend_property (EBookBackend *backend,
        }
 
        /* Chain up to parent's method */
-       return E_BOOK_BACKEND_CLASS (e_book_backend_mapi_parent_class)->get_backend_property (backend, 
prop_name);
+       return E_BOOK_BACKEND_CLASS (e_book_backend_mapi_parent_class)->impl_get_backend_property (backend, 
prop_name);
 }
 
 static gboolean
@@ -1153,7 +1153,7 @@ e_book_backend_mapi_class_init (EBookBackendMAPIClass *klass)
        meta_backend_class->search_uids_sync = ebb_mapi_search_uids_sync;
 
        book_backend_class = E_BOOK_BACKEND_CLASS (klass);
-       book_backend_class->get_backend_property = ebb_mapi_get_backend_property;
+       book_backend_class->impl_get_backend_property = ebb_mapi_get_backend_property;
 
        backend_class = E_BACKEND_CLASS (klass);
        backend_class->get_destination_address = ebb_mapi_get_destination_address;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]