[r21157]Fix GeoGraphyView.__init__ arg list for simplified bookmarks
svn: r21234
This commit is contained in:
parent
235a1e72fd
commit
3b4496a808
@ -124,7 +124,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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user