we not print not in the roster group just above Transport group
This commit is contained in:
parent
74fd69cb0c
commit
30bd3070a2
1 changed files with 4 additions and 0 deletions
|
@ -1393,6 +1393,10 @@ class Roster_window:
|
||||||
return 1
|
return 1
|
||||||
if name2 == 'Transports':
|
if name2 == 'Transports':
|
||||||
return -1
|
return -1
|
||||||
|
if name1 == 'not in the roster':
|
||||||
|
return 1
|
||||||
|
if name2 == 'not in the roster':
|
||||||
|
return -1
|
||||||
if type1 == 'user' and type2 == 'user' and \
|
if type1 == 'user' and type2 == 'user' and \
|
||||||
gajim.config.get('sort_by_show'):
|
gajim.config.get('sort_by_show'):
|
||||||
account = model.get_value(iter1, 4)
|
account = model.get_value(iter1, 4)
|
||||||
|
|
Loading…
Add table
Reference in a new issue