2006-06-22 Don Allingham <don@gramps-project.org>

* src/GrampsDb/_GrampsDbBase.py: remove unused variable
	* src/Editors/_EditPlace.py: Allow duplicate names
	* src/Editors/_EditFamily.py: improve error message



svn: r6950
This commit is contained in:
Don Allingham
2006-06-23 04:13:06 +00:00
parent d9f1827ddb
commit dc4b7dab9d
5 changed files with 32 additions and 88 deletions

View File

@@ -281,7 +281,6 @@ class GrampsDbBase(GrampsDBCallback):
self.repo_bookmarks = []
self.media_bookmarks = []
self.path = ""
self.place2title = {}
self.name_group = {}
def rebuild_secondary(self, callback=None):