Skip to content
Snippets Groups Projects
Commit 9259d870 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

get group name from jid column, not name column (it contains number of online / total contacts)

parent 66893b1a
No related branches found
No related tags found
No related merge requests found
......@@ -3821,6 +3821,8 @@ class RosterWindow:
if type2 == 'self_contact':
return 1
if type1 == 'group':
name1 = model[iter1][C_JID]
name2 = model[iter2][C_JID]
if name1 == _('Transports'):
return 1
if name2 == _('Transports'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment