* src/ReportUtils.py (place_name): Really return place name
svn: r4818
This commit is contained in:
parent
012cad6eb5
commit
dee75c1f08
@ -1,3 +1,6 @@
|
||||
2005-06-10 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/ReportUtils.py (place_name): Really return place name
|
||||
|
||||
2005-06-09 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/plugins/Makefile.am: Install vCal and vCard plugins
|
||||
|
||||
|
@ -401,6 +401,7 @@ def place_name(db,place_handle):
|
||||
place = db.get_place_from_handle(place_handle).get_title()
|
||||
else:
|
||||
place = ""
|
||||
return place
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user