diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index b4b0510fd..a072cb652 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2007-01-06 Alex Roitman + * src/plugins/ExportVCard.py (get_option_box): Typo. + 2007-01-06 Don Allingham * src/Editors/_EditAddress.py: new date entry * src/Editors/_EditLdsOrd.py: new date_entry diff --git a/gramps2/src/plugins/ExportVCard.py b/gramps2/src/plugins/ExportVCard.py index f339f3b06..c71ecb595 100644 --- a/gramps2/src/plugins/ExportVCard.py +++ b/gramps2/src/plugins/ExportVCard.py @@ -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'))