we not print not in the roster group just above Transport group

This commit is contained in:
Yann Leboulanger 2005-06-01 20:14:09 +00:00
parent 74fd69cb0c
commit 30bd3070a2
1 changed files with 4 additions and 0 deletions

View File

@ -1393,6 +1393,10 @@ class Roster_window:
return 1
if name2 == 'Transports':
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 \
gajim.config.get('sort_by_show'):
account = model.get_value(iter1, 4)