From dd8c50930399a63cfa298d13704e98d28df875b4 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Sat, 19 Mar 2016 12:58:55 +0100 Subject: [PATCH] Fix crash when clicking on delete --- src/sakia/gui/process_cfg_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sakia/gui/process_cfg_account.py b/src/sakia/gui/process_cfg_account.py index c8faaf50..91a9a008 100644 --- a/src/sakia/gui/process_cfg_account.py +++ b/src/sakia/gui/process_cfg_account.py @@ -219,7 +219,7 @@ class ProcessConfigureAccount(QDialog, Ui_AccountConfigurationDialog): dialog.exec_() @asyncify - async def action_delete_account(self): + async def action_delete_account(self, checked=False): reply = await QAsyncMessageBox.question(self, self.tr("Warning"), self.tr("""This action will delete your account locally. Please note your key parameters (salt and password) if you wish to recover it later. -- GitLab