Fix GeoGraphyView.__init__ arg list for simplified bookmarks
svn: r21157
This commit is contained in:
parent
85a082bb6d
commit
5e914292fe
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user