From a0db80f643e53ca1f3fd4fe8bad3135f2986d09a Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Mon, 9 Sep 2013 15:34:53 +0000 Subject: [PATCH] Geography : bug#0006930 : incorrect string in geoplaces svn: r23066 --- src/plugins/view/geoplaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/view/geoplaces.py b/src/plugins/view/geoplaces.py index 459380563..5d4cacb89 100644 --- a/src/plugins/view/geoplaces.py +++ b/src/plugins/view/geoplaces.py @@ -113,7 +113,7 @@ class GeoPlaces(GeoGraphyView): """ def __init__(self, pdata, dbstate, uistate, nav_group=0): - GeoGraphyView.__init__(self, _('Places places map'), + GeoGraphyView.__init__(self, _('Places map'), pdata, dbstate, uistate, dbstate.db.get_place_bookmarks(), Bookmarks.PlaceBookmarks,