[evolution-kolab/account-mgmt: 17/29] Disable e_book_backend_kolab_authenticate_user().
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/account-mgmt: 17/29] Disable e_book_backend_kolab_authenticate_user().
- Date: Mon, 2 Jul 2012 04:25:16 +0000 (UTC)
commit 1952e4a244c7b8b138e69995ff495ea328c39bb9
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Jun 29 15:02:31 2012 -0400
Disable e_book_backend_kolab_authenticate_user().
Commented out for now. Deferring to Christian to delete this function
once kolab_mail_access_try_password_sync() works.
src/addressbook/e-book-backend-kolab.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-kolab.c b/src/addressbook/e-book-backend-kolab.c
index 3dce66f..cc0bd53 100644
--- a/src/addressbook/e-book-backend-kolab.c
+++ b/src/addressbook/e-book-backend-kolab.c
@@ -939,6 +939,8 @@ e_book_backend_kolab_get_backend_property (EBookBackendSync *backend,
return processed;
}
+#if 0 /* FIXME Delete this once kolab_mail_access_try_password_sync()
+ * works. There may be code here that can be reused. */
static void
e_book_backend_kolab_authenticate_user (EBookBackendSync *backend,
GCancellable *cancellable,
@@ -1059,6 +1061,7 @@ e_book_backend_kolab_authenticate_user (EBookBackendSync *backend,
return GNOME_Evolution_Addressbook_Success;
#endif /* FIXME */
}
+#endif
static void
e_book_backend_kolab_start_book_view (EBookBackend *backend,
@@ -1249,7 +1252,6 @@ e_book_backend_kolab_class_init (EBookBackendKolabClass *klass)
sync_class->get_contact_sync = e_book_backend_kolab_get_contact;
sync_class->get_contact_list_sync = e_book_backend_kolab_get_contact_list;
sync_class->get_contact_list_uids_sync = e_book_backend_kolab_get_contact_list_uids;
- sync_class->authenticate_user_sync = e_book_backend_kolab_authenticate_user;
} /* e_book_backend_kolab_class_init () */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]