Lock icon didn't show authenticated correctly. Fixed.

This commit is contained in:
js 2008-05-18 21:14:59 +00:00
parent 24afebd309
commit 0cc5b4c377
1 changed files with 1 additions and 1 deletions

View File

@ -1225,7 +1225,7 @@ class ChatControl(ChatControlBase):
def update_otr(self, print_status=False):
otr_status_text = ''
otr_status = self.get_otr_status()
authenticated = True
authenticated = False
if otr_status > 0:
enc_status = True