Skip to content
Snippets Groups Projects
Commit 90ddc1f5 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix arguments list of a on_cancel function

parent 3fd6afb3
No related branches found
No related tags found
No related merge requests found
......@@ -396,7 +396,7 @@ class FileTransfersWindow:
on_response_ok=(on_response_ok, account, contact, file_props),
on_response_cancel=(on_response_cancel, account, file_props))
dialog.connect('delete-event', lambda widget, event:
on_response_cancel(widget, account, file_props))
on_response_cancel(account, file_props))
dialog.popup()
def get_icon(self, ident):
......
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