[evolution-kolab/account-mgmt: 18/29] Disable e_cal_backend_kolab_authenticate_user().
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/account-mgmt: 18/29] Disable e_cal_backend_kolab_authenticate_user().
- Date: Mon, 2 Jul 2012 04:25:21 +0000 (UTC)
commit 6f7d467b37c4b8cb00297dc118fec2e3563a85fe
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Jun 29 15:05:29 2012 -0400
Disable e_cal_backend_kolab_authenticate_user().
Commented out for now. Deferring to Christian to delete this function
once kolab_mail_access_try_password_sync() works.
src/calendar/e-cal-backend-kolab.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-kolab.c b/src/calendar/e-cal-backend-kolab.c
index 29c4bb2..7adf446 100644
--- a/src/calendar/e-cal-backend-kolab.c
+++ b/src/calendar/e-cal-backend-kolab.c
@@ -1700,6 +1700,8 @@ e_cal_backend_kolab_add_timezone (ECalBackendSync *backend,
}
}
+#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_cal_backend_kolab_authenticate_user (ECalBackendSync *backend,
GCancellable *cancellable,
@@ -1775,6 +1777,7 @@ e_cal_backend_kolab_authenticate_user (ECalBackendSync *backend,
g_error_free (tmp_err);
}
}
+#endif
/**
* e_cal_backend_kolab_start_view:
@@ -2030,7 +2033,6 @@ e_cal_backend_kolab_class_init (ECalBackendKolabClass *klass)
sync_class->discard_alarm_sync = e_cal_backend_kolab_discard_alarm;
sync_class->get_timezone_sync = e_cal_backend_kolab_get_timezone;
sync_class->add_timezone_sync = e_cal_backend_kolab_add_timezone;
- sync_class->authenticate_user_sync = e_cal_backend_kolab_authenticate_user;
} /* e_cal_backend_kolab_class_init () */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]