Skip to content
Snippets Groups Projects
Commit 2fd8b49f authored by nkour's avatar nkour
Browse files

fix a tb (thanks aldafu)

parent ba110194
No related branches found
No related tags found
No related merge requests found
......@@ -748,6 +748,7 @@ class Interface:
# contact = gajim.contacts[account][jid][0]
# self.windows['file_transfers'].show_file_request(
# account, contact, file_props)
contact = gajim.contacts[account][jid][0]
self.windows['file_transfers'].show_file_request(
account, contact, file_props)
......
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