* src/DbLoader.py (DbLoader.save_as): Prohibit SaveAs into the

currently opened database.
	(DbLoader.import_file): Prohibit importing from the currently
	opened database.


svn: r7724
This commit is contained in:
Alex Roitman
2006-11-28 07:10:37 +00:00
parent aeadf016fd
commit 2209020653
2 changed files with 12 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
2006-11-27 Alex Roitman <shura@gramps-project.org>
* src/DbLoader.py (DbLoader.save_as): Prohibit SaveAs into the
currently opened database.
(DbLoader.import_file): Prohibit importing from the currently
opened database.
* src/GrampsDb/_WriteXML.py (dump_person_ref): Properly export
associations.