2007-01-06 Alex Roitman <shura@gramps-project.org>
* src/plugins/ExportVCard.py (get_option_box): Typo. svn: r7875
This commit is contained in:
parent
9e481caed1
commit
f3f1c4284b
@ -1,3 +1,6 @@
|
||||
2007-01-06 Alex Roitman <shura@gramps-project.org>
|
||||
* src/plugins/ExportVCard.py (get_option_box): Typo.
|
||||
|
||||
2007-01-06 Don Allingham <don@gramps-project.org>
|
||||
* src/Editors/_EditAddress.py: new date entry
|
||||
* src/Editors/_EditLdsOrd.py: new date_entry
|
||||
|
@ -107,7 +107,7 @@ class CardWriterOptionBox:
|
||||
com.add_rule(Rules.Person.HasCommonAncestorWith(
|
||||
[self.person.get_gramps_id()]))
|
||||
|
||||
the_filers += [all,des,ans,com]
|
||||
the_filters += [all,des,ans,com]
|
||||
|
||||
from Filters import CustomFilters
|
||||
the_filters.extend(CustomFilters.get_filters('Person'))
|
||||
|
Loading…
Reference in New Issue
Block a user