Helpviewer/SiteInfo/SiteInfoDialog.py

changeset 3034
7ce719013078
parent 3022
57179e4cdadd
child 3035
36e9f388958b
--- a/Helpviewer/SiteInfo/SiteInfoDialog.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Helpviewer/SiteInfo/SiteInfoDialog.py	Sat Oct 19 13:03:39 2013 +0200
@@ -91,7 +91,7 @@
         
         # populate the Security info and the Security tab
         if sslInfo and \
-           ((qVersion() >= "5.0.0" and not sslInfo[0].isBlacklisted()) or \
+           ((qVersion() >= "5.0.0" and not sslInfo[0].isBlacklisted()) or
             (qVersion() < "5.0.0" and sslInfo[0].isValid())):
             self.securityLabel.setStyleSheet(SiteInfoDialog.okStyle)
             self.securityLabel.setText('<b>Connection is encrypted.</b>')

eric ide

mercurial