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
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user