* 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>
|
2005-06-09 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||||
* src/plugins/Makefile.am: Install vCal and vCard plugins
|
* 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()
|
place = db.get_place_from_handle(place_handle).get_title()
|
||||||
else:
|
else:
|
||||||
place = ""
|
place = ""
|
||||||
|
return place
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user