s/CAMEL_SERVICE_NEED_HOST/CAMEL_SERVICE_URL_NEED_HOST.

2000-07-13  Jonathan Blandford  <jrb@redhat.com>

	* mail-config.c (create_transport): s/CAMEL_SERVICE_NEED_HOST/CAMEL_SERVICE_URL_NEED_HOST.

Fix obvious typo in code.

svn path=/trunk/; revision=4149
This commit is contained in:
Jonathan Blandford
2000-07-13 18:36:11 +00:00
committed by Jonathan Blandford
parent 36485a36d8
commit c79e70871b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-07-13 Jonathan Blandford <jrb@redhat.com>
* mail-config.c (create_transport): s/CAMEL_SERVICE_NEED_HOST/CAMEL_SERVICE_URL_NEED_HOST.
2000-07-13 Dan Winship <danw@helixcode.com>
* mail-config.c (add_row): Add a "gboolean required" argument, and

View File

@ -811,7 +811,7 @@ create_transport (struct service_type *st)
if (service_flags & CAMEL_SERVICE_URL_ALLOW_HOST) {
add_row (table, row, _("Server:"), "server_entry",
(service_flags & CAMEL_SERVICE_URL_NEED_HOST) ==
CAMEL_SERVICE_NEED_HOST);
CAMEL_SERVICE_URL_NEED_HOST);
row++;
}