Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/roster_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster_window.py b/src/roster_window.py
index 24d6597e0..856e131b4 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -3445,7 +3445,7 @@ class RosterWindow:
return
jid = model[path][C_JID].decode('utf-8')
resource = None
- contact = gajim.contacts.get_first_contact_from_jid(account, jid)
+ contact = gajim.contacts.get_contact_with_highest_priority(account, jid)
titer = model.get_iter(path)
if contact.is_groupchat():
first_ev = gajim.events.get_first_event(account, jid)