aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2000-07-14 02:36:11 +0800
committerJonathan Blandford <jrb@src.gnome.org>2000-07-14 02:36:11 +0800
commitc79e70871b041605c09e53dc2faa4fcc556fc34b (patch)
tree9be07aa2c696d8722479e7184070de83cd0eb4ec /mail/mail-config.c
parent36485a36d8b9a68fa26fd9909f367b42021fd469 (diff)
downloadgsoc2013-evolution-c79e70871b041605c09e53dc2faa4fcc556fc34b.tar
gsoc2013-evolution-c79e70871b041605c09e53dc2faa4fcc556fc34b.tar.gz
gsoc2013-evolution-c79e70871b041605c09e53dc2faa4fcc556fc34b.tar.bz2
gsoc2013-evolution-c79e70871b041605c09e53dc2faa4fcc556fc34b.tar.lz
gsoc2013-evolution-c79e70871b041605c09e53dc2faa4fcc556fc34b.tar.xz
gsoc2013-evolution-c79e70871b041605c09e53dc2faa4fcc556fc34b.tar.zst
gsoc2013-evolution-c79e70871b041605c09e53dc2faa4fcc556fc34b.zip
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
Diffstat (limited to 'mail/mail-config.c')
-rw-r--r--mail/mail-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-config.c b/mail/mail-config.c
index ba8459ecdf..f996e05954 100644
--- a/mail/mail-config.c
+++ b/mail/mail-config.c
@@ -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++;
}