2006-08-28 Alex Roitman <shura@gramps-project.org>

* src/RelLib/_Address.py (get_text_data_list): Typo.
	* src/Filters/Rules/Person/_HasTextMatchingSubstringOf.py (apply):
	Stop adding birth and death events.
	* configure.in: Increment version number.
	* RELEASE: version 2.1.95 is released.



svn: r7283
This commit is contained in:
Alex Roitman
2006-08-28 17:56:42 +00:00
parent 9170f2a153
commit f2d3c5b249
4 changed files with 10 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ class Address(SecondaryObject,PrivacyBase,SourceBase,NoteBase,DateBase,
@return: Returns the list of all textual attributes of the object.
@rtype: list
"""
return [self.street] + LocationBase.get_text_data_list()
return [self.street] + LocationBase.get_text_data_list(self)
#return [self.street,self.city,self.state,self.country,
# self.postal,self.phone,self.get_date()]