avoid version incompatibility

svn: r18658
This commit is contained in:
Paul Franklin 2011-12-29 01:20:00 +00:00
parent 8b99781b2c
commit d03eb65fa3

View File

@ -523,7 +523,7 @@ class VerifyResults(ManagedWindow):
def load_ignored(self,db_filename):
md5sum = md5(db_filename)
self.ignores_filename = os.path.join(
const.HOME_DIR,md5sum.hexdigest() + os.path.extsep + 'vfm')
const.VERSION_DIR,md5sum.hexdigest() + os.path.extsep + 'vfm')
if not self._load_ignored(self.ignores_filename):
self.ignores = {}