fix var name

This commit is contained in:
Yann Leboulanger 2010-12-17 19:16:00 +01:00
parent 5b5b2375a1
commit 536ff02af8

View file

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