fix var name
This commit is contained in:
parent
5b5b2375a1
commit
536ff02af8
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class Interface:
|
|||
else:
|
||||
file_props['error'] = -4
|
||||
gajim.nec.push_incoming_event(FileRequestErrorEvent(None,
|
||||
conn=self, jid=obj.jid, file_props=file_props,
|
||||
conn=obj.conn, jid=obj.jid, file_props=file_props,
|
||||
error_msg=obj.errmsg))
|
||||
obj.conn.disconnect_transfer(file_props)
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue