2003-06-21 Tim Waugh <twaugh@redhat.com>

* src/plugins/Ancestors.py (event_info): Better handling of strings.


svn: r1766
This commit is contained in:
Tim Waugh 2003-06-21 08:51:23 +00:00
parent d2504f3685
commit 36d34ce5c8
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2003-06-21 Tim Waugh <twaugh@redhat.com>
* src/plugins/Ancestors.py (event_info): Better handling of strings.
* src/plugins/Ancestors.py (person_name): Handle titles and suffices.
2003-06-19 Tim Waugh <twaugh@redhat.com>

View File

@ -316,7 +316,7 @@ class AncestorsReport (Report.Report):
if dateobj:
text = dateobj.getText ()
if text:
info += ' in ' + text
info += ' ' + text[0].lower() + text[1:]
elif dateobj.getValid ():
if (dateobj.getDayValid () and
dateobj.getMonthValid () and