typo
This commit is contained in:
parent
a679fab1ce
commit
92df303991
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue