unassign GPG key in contact instances when we unassign it, and redraw chat control. fixes #2590

This commit is contained in:
Yann Leboulanger 2007-01-11 18:19:24 +00:00
parent 5f7ad6fea1
commit 74c447f46b

View file

@ -1551,6 +1551,8 @@ class RosterWindow:
if keyID[0] == 'None':
if contact.jid in keys:
del keys[contact.jid]
for u in gajim.contacts.get_contact(account, contact.jid):
u.keyID = ''
else:
keys[contact.jid] = keyID[0]
for u in gajim.contacts.get_contact(account, contact.jid):