From dee75c1f08f88bb635d8059dc95eaf11dac469bc Mon Sep 17 00:00:00 2001 From: Martin Hawlisch Date: Fri, 10 Jun 2005 13:14:37 +0000 Subject: [PATCH] * src/ReportUtils.py (place_name): Really return place name svn: r4818 --- gramps2/ChangeLog | 3 +++ gramps2/src/ReportUtils.py | 1 + 2 files changed, 4 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index e724791cd..53741f37c 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2005-06-10 Martin Hawlisch + * src/ReportUtils.py (place_name): Really return place name + 2005-06-09 Martin Hawlisch * src/plugins/Makefile.am: Install vCal and vCard plugins diff --git a/gramps2/src/ReportUtils.py b/gramps2/src/ReportUtils.py index ea281f636..2af67d4f9 100644 --- a/gramps2/src/ReportUtils.py +++ b/gramps2/src/ReportUtils.py @@ -401,6 +401,7 @@ def place_name(db,place_handle): place = db.get_place_from_handle(place_handle).get_title() else: place = "" + return place #------------------------------------------------------------------------- #