From bba29ab0f3e86fb0d07c992a31dae6ef8bf9bdbd Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Mon, 31 Jul 2000 20:27:19 +0000 Subject: typo fix svn path=/trunk/; revision=4430 --- mail/mail-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/mail-config.c b/mail/mail-config.c index d6773b7fb8..be4dd77231 100644 --- a/mail/mail-config.c +++ b/mail/mail-config.c @@ -923,7 +923,7 @@ service_page_set_url (MailDialogServicePage *page, MailConfigService *service) "authtype"); if ((!url->authmech && !*authtype->authproto) || - (url->authmech && !strcmp (authtype->authproto, url->authmech)) + (url->authmech && !strcmp (authtype->authproto, url->authmech))) service_page_item_auth_activate (item, spitem); gtk_option_menu_set_history (GTK_OPTION_MENU (spitem->auth_optionmenu), i); } -- cgit v1.2.3