* 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:
@ -123,5 +123,4 @@ class NoteEditor:
|
||||
buffer.get_end_iter(),gtk.FALSE))
|
||||
if text != self.data.get_note():
|
||||
self.data.set_note(text)
|
||||
Utils.modified()
|
||||
self.close(obj)
|
||||
|
Reference in New Issue
Block a user