diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 83b1e527f..53828627d 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-12-05 Zsolt Foldvari + * src/GrampsDb/_GrampsBSDDB.py (load): typo (const.bsddbenv_dir) + 2006-12-04 Don Allingham * src/DataViews/_RelationView.py: fix reorder spouse sensitivity * src/GrampsDb/_ReadGedcom.py: Handle notes with the way that diff --git a/gramps2/src/GrampsDb/_GrampsBSDDB.py b/gramps2/src/GrampsDb/_GrampsBSDDB.py index bb6983ae7..c55becc5a 100644 --- a/gramps2/src/GrampsDb/_GrampsBSDDB.py +++ b/gramps2/src/GrampsDb/_GrampsBSDDB.py @@ -358,7 +358,7 @@ class GrampsBSDDB(GrampsDbBase,UpdateCallback): # Environment name is now based on the filename drive, tmp_name = os.path.splitdrive(self.full_name) tmp_name = tmp_name.lstrip(os.sep) - env_name = os.path.join(os.path.expanduser(const.env_dir), + env_name = os.path.join(os.path.expanduser(const.bsddbenv_dir), tmp_name) # Create the env dir if it does not exist