* src/RelLib.py (Family.get_handle_referents): Typo;

(Event.get_handle_referents): Work around possible None for
witness.
* src/plugins/Check.py (check_source_references): Add checking
routine to detect and remove dangling source references.


svn: r4896
This commit is contained in:
Alex Roitman
2005-07-02 20:16:26 +00:00
parent 6469396669
commit 5c9df14f97
3 changed files with 140 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
2005-07-02 Alexander Roitman <shura@gramps-project.org>
* src/RelLib.py (Family.get_handle_referents): Typo;
(Event.get_handle_referents): Work around possible None for
witness.
* src/plugins/Check.py (check_source_references): Add checking
routine to detect and remove dangling source references.
2005-07-01 Alex Roitman <shura@gramps-project.org>
* src/plugins/WebPage.py (write_sibling): Apply patch from bug #
1230430 at sf.net with minor tweaks.