* src/gramps_main.py: switch to DB as default, remove save option

* src/RelLib.py: setup DB environment better
* src/DbPrompter.py: handle save/open with new DBs


svn: r2924
This commit is contained in:
Don Allingham
2004-02-28 18:46:40 +00:00
parent ca24561215
commit 93542c93f5
23 changed files with 94 additions and 251 deletions

View File

@ -1593,7 +1593,6 @@ class EditPerson:
self.db.add_place(place)
self.pdmap[text] = place.get_id()
self.add_places.append(place)
Utils.modified()
return place.get_id()
else:
return ''