From f3f1c4284bfd1e33f6292d2ec338c6b4fe601446 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sun, 7 Jan 2007 02:42:10 +0000 Subject: [PATCH] 2007-01-06 Alex Roitman * src/plugins/ExportVCard.py (get_option_box): Typo. svn: r7875 --- gramps2/ChangeLog | 3 +++ gramps2/src/plugins/ExportVCard.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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'))