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

This commit is contained in:
Yann Leboulanger 2006-11-20 22:02:08 +00:00
parent 66893b1a52
commit 9259d870d5
1 changed files with 2 additions and 0 deletions

View File

@ -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'):