Skip to content
Snippets Groups Projects
Commit 73cfebd7 authored by nkour's avatar nkour
Browse files

[stephan] do not allow del key on account/group row

parent b642f0ee
No related branches found
No related tags found
No related merge requests found
......@@ -1060,6 +1060,8 @@ _('If "%s" accepts this request you will know his status.') %jid)
jid = model[iter][3].decode('utf-8')
account = model[iter][4].decode('utf-8')
type = model[iter][2]
if type in ('account', 'group'):
return
user = gajim.contacts[account][jid][0]
if type == 'contact':
self.on_req_usub(widget, user, account)
......
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