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:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user