prevent tb.
This commit is contained in:
parent
fd47e42dd0
commit
f6025f37cc
|
@ -2640,6 +2640,8 @@ class RosterWindow:
|
||||||
contact = \
|
contact = \
|
||||||
gajim.contacts.get_contact_with_highest_priority(
|
gajim.contacts.get_contact_with_highest_priority(
|
||||||
account, jid)
|
account, jid)
|
||||||
|
if not contact:
|
||||||
|
continue
|
||||||
gajim.interface.on_open_chat_window(None, contact,
|
gajim.interface.on_open_chat_window(None, contact,
|
||||||
account)
|
account)
|
||||||
gajim.config.set_per('accounts', account,
|
gajim.config.set_per('accounts', account,
|
||||||
|
|
Loading…
Reference in New Issue