From f16db81075a7390f59a953c2357b63768acee97f Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 17 Jan 2013 19:49:04 +0000 Subject: [PATCH] Fix GeoGraphyView.__init__ arg list for simplified bookmarks svn: r21157 --- gramps/plugins/lib/maps/geography.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/lib/maps/geography.py b/gramps/plugins/lib/maps/geography.py index 6351432fd..c12096d6b 100644 --- a/gramps/plugins/lib/maps/geography.py +++ b/gramps/plugins/lib/maps/geography.py @@ -125,7 +125,7 @@ class GeoGraphyView(OsmGps, NavigationView): ) def __init__(self, title, pdata, dbstate, uistate, - get_bookmarks, bm_type, nav_group): + bm_type, nav_group): NavigationView.__init__(self, title, pdata, dbstate, uistate, bm_type, nav_group)