From 9d021798753750d5932e6db1d492fdb59e0e9e4f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 29 Jan 2010 17:18:03 +0900 Subject: [PATCH] give confirmation after db check --- ankiqt/ui/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 86ee48836..1e331cc0d 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -2695,6 +2695,7 @@ Proceed?""")): ret = self.deck.fixIntegrity() if ret == "ok": ret = True + ui.utils.showInfo(_("No problems found.")) else: ret = _("Problems found:\n%s") % ret diag = QDialog(self)