This commit is contained in:
Yann Leboulanger 2006-01-01 19:31:13 +00:00
parent a679fab1ce
commit 92df303991
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ class TabbedChatWindow(chat.Chat):
def set_state_image(self, jid): def set_state_image(self, jid):
prio = 0 prio = 0
contact_list = gajim.contacts.get_contact(self.account, jid) contact_list = gajim.contacts.get_contact(self.account, jid)
if contact_list: if not contact_list:
contact_list = [self.contacts[jid]] contact_list = [self.contacts[jid]]
contact = contact_list[0] contact = contact_list[0]