From 00d0a3c63de607ae7dc1770bc2d2c70c70d879ad Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Sat, 7 Feb 2009 09:52:19 +0000 Subject: [PATCH] GeoView : crash in all events places when no coordinates for a place. svn: r11893 --- src/DataViews/GeoView.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DataViews/GeoView.py b/src/DataViews/GeoView.py index b0d071025..458cb7d74 100644 --- a/src/DataViews/GeoView.py +++ b/src/DataViews/GeoView.py @@ -1486,6 +1486,7 @@ class GeoView(HtmlView): descr2, self.center, eventyear) self.center = False else: + descr = place.get_title() self.append_to_places_without_coordinates(place.gramps_id,descr) if self.center: mess = _("Cannot center the map. No location with coordinates.")