give confirmation after db check

This commit is contained in:
Damien Elmes 2010-01-29 17:18:03 +09:00
parent 4a3114155b
commit 9d02179875

View file

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