fix arguments list of a on_cancel function
This commit is contained in:
parent
3fd6afb311
commit
90ddc1f595
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ class FileTransfersWindow:
|
||||||
on_response_ok=(on_response_ok, account, contact, file_props),
|
on_response_ok=(on_response_ok, account, contact, file_props),
|
||||||
on_response_cancel=(on_response_cancel, account, file_props))
|
on_response_cancel=(on_response_cancel, account, file_props))
|
||||||
dialog.connect('delete-event', lambda widget, event:
|
dialog.connect('delete-event', lambda widget, event:
|
||||||
on_response_cancel(widget, account, file_props))
|
on_response_cancel(account, file_props))
|
||||||
dialog.popup()
|
dialog.popup()
|
||||||
|
|
||||||
def get_icon(self, ident):
|
def get_icon(self, ident):
|
||||||
|
|
Loading…
Add table
Reference in a new issue