* src/Filters/Rules/Person/_HasFamilyEvent.py (apply): Use new API.

* src/Filters/Rules/Person/_PersonWithIncompleteEvent.py
	(apply): Do not double-handle birth and death events.


svn: r7124
This commit is contained in:
Alex Roitman
2006-08-04 22:41:51 +00:00
parent 4a647bdc55
commit 5cb55bb60e
3 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
2006-08-04 Alex Roitman <shura@gramps-project.org>
* src/Filters/Rules/Person/_HasFamilyEvent.py (apply): Use new API.
* src/Filters/Rules/Person/_PersonWithIncompleteEvent.py
(apply): Do not double-handle birth and death events.
* src/Filters/Rules/Person/_IsWitness.py: Rewrite with new API.
* src/FilterEditor/_FilterEditor.py (__init__): Remove unneeded
argument, namespace is enough to get the filter class via factory;