typo
This commit is contained in:
parent
024e4628fe
commit
8614b3cad0
|
@ -237,7 +237,7 @@ class HistoryWindow:
|
||||||
if kind == constants.KIND_GC_MSG:
|
if kind == constants.KIND_GC_MSG:
|
||||||
tag_name = 'incoming'
|
tag_name = 'incoming'
|
||||||
elif kind in (constants.KIND_SINGLE_MSG_RECV, constants.KIND_CHAT_MSG_RECV):
|
elif kind in (constants.KIND_SINGLE_MSG_RECV, constants.KIND_CHAT_MSG_RECV):
|
||||||
contact = gajim.contacts.get_first_contactfrom_jid(self.account,
|
contact = gajim.contacts.get_first_contact_from_jid(self.account,
|
||||||
self.jid)
|
self.jid)
|
||||||
if contact:
|
if contact:
|
||||||
# he is in our roster, use the name
|
# he is in our roster, use the name
|
||||||
|
|
Loading…
Reference in New Issue