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