This commit is contained in:
Dimitur Kirov 2006-09-24 12:09:38 +00:00
parent ab4ecb5ea3
commit 5632144a94
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ class Interface:
chat_control = self.msg_win_mgr.get_control(jid, account)
# Handle chat states
contact = gajim.contacts.get_contact(account, jid, resource)
contact = gajim.contacts.get_contact(account, jid)
if contact and isinstance(contact, list):
contact = contact[0]
if contact: