no drog'n'drop from local account to other accounts

This commit is contained in:
Stefan Bethge 2006-09-27 14:45:14 +00:00
parent 2a067d1d8c
commit 0791277903
1 changed files with 2 additions and 0 deletions

View File

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