From 4284da6d8ee47dcf54a0c277efaa32e7a6c4b8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 17 Sep 2012 13:00:54 +0000 Subject: [PATCH] #6044: typo; should use active place as mark not the first place handle on places list svn: r20405 --- src/plugins/lib/maps/geography.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lib/maps/geography.py b/src/plugins/lib/maps/geography.py index 618846949..bf67bd5b9 100644 --- a/src/plugins/lib/maps/geography.py +++ b/src/plugins/lib/maps/geography.py @@ -843,7 +843,7 @@ class GeoGraphyView(OsmGps, NavigationView): ) else: self.mark = [None, None, None, None, None, None, None, - None, None, plce.gramps_id, None, None] + None, None, place.gramps_id, None, None] self.select_fct = PlaceSelection(self.uistate, self.dbstate, self.osm,