From 9dfc5f64b5ef8a508f660b650366a28d79e77fa8 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 26 Jun 2001 17:50:48 +0000 Subject: D'oh. s/FALSE/CAMEL_URL_HIDE_PASSWORD/ * camel-service.c (camel_service_get_url): D'oh. s/FALSE/CAMEL_URL_HIDE_PASSWORD/ svn path=/trunk/; revision=10505 --- camel/camel-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-service.c') diff --git a/camel/camel-service.c b/camel/camel-service.c index a6fc807205..b052e1ff7b 100644 --- a/camel/camel-service.c +++ b/camel/camel-service.c @@ -305,7 +305,7 @@ camel_service_disconnect (CamelService *service, gboolean clean, char * camel_service_get_url (CamelService *service) { - return camel_url_to_string(service->url, FALSE); + return camel_url_to_string(service->url, CAMEL_URL_HIDE_PASSWORD); } -- cgit v1.2.3