svn path=/trunk/; revision=4430
This commit is contained in:
Peter Williams
2000-07-31 20:27:19 +00:00
parent d740e83295
commit bba29ab0f3

View File

@ -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);
}