Skip to content
Snippets Groups Projects
Commit 07912779 authored by sb's avatar sb
Browse files

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

parent 2a067d1d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment