fix arguments list of a on_cancel function

This commit is contained in:
Yann Leboulanger 2010-05-25 09:00:42 +02:00
parent 3fd6afb311
commit 90ddc1f595
1 changed files with 1 additions and 1 deletions

View File

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