From 47b9144ed142f3ed6c90ca5dad434232a778f3ed Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Tue, 22 Oct 2013 15:07:47 +0000 Subject: [PATCH] 5098: fix a runaway merge artifact svn: r23365 --- gramps/plugins/webreport/webcal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/webreport/webcal.py b/gramps/plugins/webreport/webcal.py index b53b1c1d7..10ab41bde 100644 --- a/gramps/plugins/webreport/webcal.py +++ b/gramps/plugins/webreport/webcal.py @@ -1085,7 +1085,7 @@ class WebCalReport(Report): with self._user.progress(_("Web Calendar Report"), _('Applying Filter...'), db.get_number_of_people()) as step: - people = self.filter.apply(db, people, step_progress) + people = self.filter.apply(db, people, step) with self._user.progress(_("Web Calendar Report"), _("Reading database..."), len(people)) as step: