From 2dcc870dbcffe92822975ac05430df92581ae7aa Mon Sep 17 00:00:00 2001 From: John Ralls Date: Wed, 6 Mar 2013 01:06:58 +0000 Subject: [PATCH] Adapt HTMLRenderer NavigationView init args to new signature svn: r21560 --- gramps/plugins/view/htmlrenderer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gramps/plugins/view/htmlrenderer.py b/gramps/plugins/view/htmlrenderer.py index 4d48a48cd..902be9bd6 100644 --- a/gramps/plugins/view/htmlrenderer.py +++ b/gramps/plugins/view/htmlrenderer.py @@ -332,7 +332,6 @@ class HtmlView(NavigationView): def __init__(self, pdata, dbstate, uistate, title=_('HtmlView')): NavigationView.__init__(self, title, pdata, dbstate, uistate, - dbstate.db.get_bookmarks(), PersonBookmarks, nav_group=0 )