* src/DataViews/_RelationView.py (info_string): Use DateHandler instead of the date object to display the date

* src/DataViews/_PedigreeView.py (format person:  Use DateHandler instead of the date object to display the date (closes #565)



svn: r7598
This commit is contained in:
Martin Hawlisch
2006-11-09 13:04:21 +00:00
parent 3d8852ba25
commit bad12c819d
3 changed files with 12 additions and 8 deletions

View File

@@ -3,6 +3,10 @@
and taskbar happy
* src/plugins/Check.py: Add check for PersonRef referencing non
existant person
* src/DataViews/_RelationView.py (info_string): Use DateHandler
instead of the date object to display the date
* src/DataViews/_PedigreeView.py (format person: Use DateHandler
instead of the date object to display the date (closes #565)
2006-11-08 Alex Roitman <shura@gramps-project.org>
* src/plugins/SimpleBookTitle.py: Fix the object selection.