From aab03dfbda54aa6cdd6f2ab3ba991572c648ea41 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 18 Sep 2006 08:55:27 +0000 Subject: Use the right e-source property (use_ssl). --- calendar/backends/http/e-cal-backend-http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/backends/http/e-cal-backend-http.c b/calendar/backends/http/e-cal-backend-http.c index cf3ad4de1..07a803ab5 100644 --- a/calendar/backends/http/e-cal-backend-http.c +++ b/calendar/backends/http/e-cal-backend-http.c @@ -438,7 +438,7 @@ begin_retrieval_cb (ECalBackendHttp *cbhttp) if (priv->uri == NULL) { ESource *source = e_cal_backend_get_source (E_CAL_BACKEND (cbhttp)); - const char *secure_prop = e_source_get_property (source, "secure"); + const char *secure_prop = e_source_get_property (source, "use_ssl"); priv->uri = webcal_to_http_method (e_cal_backend_get_uri (E_CAL_BACKEND (cbhttp)), (secure_prop && g_str_equal(secure_prop, "1"))); -- cgit v1.2.1