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:
parent
d2504f3685
commit
36d34ce5c8
@ -1,4 +1,5 @@
|
|||||||
2003-06-21 Tim Waugh <twaugh@redhat.com>
|
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.
|
* src/plugins/Ancestors.py (person_name): Handle titles and suffices.
|
||||||
|
|
||||||
2003-06-19 Tim Waugh <twaugh@redhat.com>
|
2003-06-19 Tim Waugh <twaugh@redhat.com>
|
||||||
|
@ -316,7 +316,7 @@ class AncestorsReport (Report.Report):
|
|||||||
if dateobj:
|
if dateobj:
|
||||||
text = dateobj.getText ()
|
text = dateobj.getText ()
|
||||||
if text:
|
if text:
|
||||||
info += ' in ' + text
|
info += ' ' + text[0].lower() + text[1:]
|
||||||
elif dateobj.getValid ():
|
elif dateobj.getValid ():
|
||||||
if (dateobj.getDayValid () and
|
if (dateobj.getDayValid () and
|
||||||
dateobj.getMonthValid () and
|
dateobj.getMonthValid () and
|
||||||
|
Loading…
Reference in New Issue
Block a user