* src/plugins/NavWebPage.py: fix surnames/surnames_count problem

svn: r5357
This commit is contained in:
Don Allingham
2005-11-02 16:34:03 +00:00
parent 8398c3df85
commit 7e4e08340f
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
2005-11-02 Don Allingham <don@gramps-project.org>
* src/plugins/NavWebPage.py: fix surnames/surnames_count problem
2005-11-01 Don Allingham <don@gramps-project.org>
* src/plugins/NavWebPage.py: fix private family records

View File

@@ -2176,7 +2176,7 @@ class WebReport(Report.Report):
SurnameListPage(
self.database, self.title, ind_list, self.options, archive,
self.photo_list, SurnameListPage.ORDER_BY_COUNT)
self.photo_list, SurnameListPage.ORDER_BY_COUNT,"surnames_count")
for (surname,handle_list) in local_list:
SurnamePage(self.database, surname, handle_list, restrict_list,