#6044: typo; should use active place as mark not the first place handle on places list

svn: r20405
This commit is contained in:
Jérôme Rapinat 2012-09-17 13:00:54 +00:00
parent 1c6df8ad46
commit 4284da6d8e

View File

@ -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,