remove ability todrop a contact on self contact row
This commit is contained in:
parent
9e0b336c40
commit
39b4eedcf1
|
@ -3180,6 +3180,10 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
|
||||||
if gajim.connections[account_dest].connected < 2:
|
if gajim.connections[account_dest].connected < 2:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
# drop on self contact row
|
||||||
|
if type_dest == 'self_contact':
|
||||||
|
return
|
||||||
|
|
||||||
if info == self.TARGET_TYPE_URI_LIST:
|
if info == self.TARGET_TYPE_URI_LIST:
|
||||||
# User dropped a file on the roster
|
# User dropped a file on the roster
|
||||||
if len(path_dest) < 3:
|
if len(path_dest) < 3:
|
||||||
|
|
Loading…
Reference in New Issue