diff --git a/ChangeLog b/ChangeLog index 20b6d4191..3536956cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-01-20 Don Allingham + * src/GrampsDb/_GrampsBSDDB.py: remove function call in find_surname + 2006-01-20 Alex Roitman * src/GrampsDb/_GrampsBSDDB.py (transaction_begin, transaction_commit): disable secondary index removal/rebuilding diff --git a/src/GrampsDb/_GrampsBSDDB.py b/src/GrampsDb/_GrampsBSDDB.py index 05d7cd1e3..3b9930a40 100644 --- a/src/GrampsDb/_GrampsBSDDB.py +++ b/src/GrampsDb/_GrampsBSDDB.py @@ -59,7 +59,7 @@ _MINVERSION = 5 _DBVERSION = 9 def find_surname(key,data): - return str(data[3].get_surname()) + return str(data[3].surname) def find_idmap(key,data): return str(data[1])