fix a tb (thanks aldafu)
This commit is contained in:
parent
ba110194f8
commit
2fd8b49fc6
|
@ -748,6 +748,7 @@ class Interface:
|
||||||
# contact = gajim.contacts[account][jid][0]
|
# contact = gajim.contacts[account][jid][0]
|
||||||
# self.windows['file_transfers'].show_file_request(
|
# self.windows['file_transfers'].show_file_request(
|
||||||
# account, contact, file_props)
|
# account, contact, file_props)
|
||||||
|
contact = gajim.contacts[account][jid][0]
|
||||||
self.windows['file_transfers'].show_file_request(
|
self.windows['file_transfers'].show_file_request(
|
||||||
account, contact, file_props)
|
account, contact, file_props)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue