Wed, 01 Feb 2017 19:42:03 +0100
Fixed a bug in the Email configuration page.
Preferences/ConfigurationPages/EmailPage.py | file | annotate | diff | comparison | revisions |
--- a/Preferences/ConfigurationPages/EmailPage.py Tue Jan 31 19:49:58 2017 +0100 +++ b/Preferences/ConfigurationPages/EmailPage.py Wed Feb 01 19:42:03 2017 +0100 @@ -50,7 +50,7 @@ if encryption == "TLS": self.useTlsButton.setChecked(True) elif encryption == "SSL": - self.useSslButton.setChecke(True) + self.useSslButton.setChecked(True) else: self.noEncryptionButton.setChecked(True)