* src/plugins/Calendar.py: fix filter typo
svn: r7298
This commit is contained in:
parent
6f87dfd61a
commit
f012f870d3
@ -1,3 +1,6 @@
|
||||
2006-09-01 Brian Matherly <brian@gramps-project.org>
|
||||
* src/plugins/Calendar.py: fix filter typo
|
||||
|
||||
2006-09-01 Alex Roitman <shura@gramps-project.org>
|
||||
* src/GrampsDb/_DbUtils.py: Use normal addition: this updates
|
||||
reference_map properly.
|
||||
|
@ -527,7 +527,7 @@ class FilterWidget(Widget):
|
||||
if filter in ["descendant families", "all filters"]:
|
||||
f = GenericFilter()
|
||||
f.set_name(_("Descendant Families of %s") % name)
|
||||
f.add_rule(Rules.Person.IsDescendantFamilyOf([gramps_id]))
|
||||
f.add_rule(Rules.Person.IsDescendantFamilyOf([gramps_id,1]))
|
||||
retval.append(f)
|
||||
if filter in ["ancestors", "all filters"]:
|
||||
f = GenericFilter()
|
||||
|
Loading…
Reference in New Issue
Block a user