no drog'n'drop from local account to other accounts
This commit is contained in:
parent
2a067d1d8c
commit
0791277903
|
@ -3625,6 +3625,8 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
|
|||
return
|
||||
if type_dest == 'account' and account_source == account_dest:
|
||||
return
|
||||
if account_source == gajim.ZEROCONF_ACC_NAME:
|
||||
return
|
||||
it = iter_source
|
||||
while model[it][C_TYPE] == 'contact':
|
||||
it = model.iter_parent(it)
|
||||
|
|
Loading…
Reference in New Issue