* 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:
@@ -78,7 +78,6 @@ class Bookmarks :
|
||||
def add(self,person_id):
|
||||
"""appends the person to the bottom of the bookmarks"""
|
||||
if person_id not in self.bookmarks:
|
||||
Utils.modified()
|
||||
self.bookmarks.append(person_id)
|
||||
self.redraw()
|
||||
|
||||
|
Reference in New Issue
Block a user