0001674: when exporting, filter dropdown menu has to "Entire Database" entries

svn: r9989
This commit is contained in:
Brian Matherly
2008-02-03 02:50:09 +00:00
parent 0e4e799375
commit 5ae6d584f7
6 changed files with 14 additions and 5 deletions

View File

@ -109,7 +109,7 @@ class FtreeWriterOptionBox:
com.add_rule(Rules.Person.HasCommonAncestorWith(
[self.person.get_gramps_id()]))
the_filters += [all, des, ans, com]
the_filters += [des, ans, com]
from Filters import CustomFilters
the_filters.extend(CustomFilters.get_filters('Person'))