From b7607c4f79cdd8c34420d6d53e9db6a705d89d17 Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Thu, 24 Sep 2009 17:41:33 +0000 Subject: [PATCH] GeoView : Bug when event without people associated with it. svn: r13246 --- src/DataViews/GeoView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataViews/GeoView.py b/src/DataViews/GeoView.py index 2f1cd6c81..f1787d8ab 100644 --- a/src/DataViews/GeoView.py +++ b/src/DataViews/GeoView.py @@ -1290,8 +1290,8 @@ class GeoView(HtmlView): dbstate.db.find_backlink_handles(event.handle) if ref_type == 'Person' ] + descr2 = event.get_type() if person_list: - descr2 = event.get_type() for person in person_list: descr2 = ("%(description)s - %(name)s") % { 'description' : descr2,