fix TB: missing var
This commit is contained in:
parent
bee9aca0ad
commit
568fa9e694
1 changed files with 1 additions and 0 deletions
|
@ -2641,6 +2641,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
|
||||||
it = iter_source
|
it = iter_source
|
||||||
while model[it][C_TYPE] == 'contact':
|
while model[it][C_TYPE] == 'contact':
|
||||||
it = model.iter_parent(it)
|
it = model.iter_parent(it)
|
||||||
|
iter_group_source = it
|
||||||
grp_source = model[it][C_JID].decode('utf-8')
|
grp_source = model[it][C_JID].decode('utf-8')
|
||||||
if grp_source == _('Transports') or grp_source == _('Not in Roster'):
|
if grp_source == _('Transports') or grp_source == _('Not in Roster'):
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue