force a commit before integrity check

This commit is contained in:
Damien Elmes 2009-03-23 09:54:45 +09:00
parent aa430f15e0
commit c7022fd37d

View file

@ -1919,6 +1919,7 @@ Return new path, relative to media dir."""
def fixIntegrity(self):
"Responsibility of caller to call rebuildQueue()"
self.s.commit()
self.resetUndo()
self.startProgress(12)
self.updateProgress(_("Checking integrity..."))