intendation error

svn: r8887
This commit is contained in:
Benny Malengier 2007-08-29 10:28:31 +00:00
parent daca21383a
commit fb5541f635
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-08-29 Benny Malengier <bm@cage.ugent.be>
* src/Editors/_EditPerson.py: intendation error
2007-08-28 Don Allingham <don@gramps-project.org> 2007-08-28 Don Allingham <don@gramps-project.org>
* src/ExportOptions.py: filter proxy first pass * src/ExportOptions.py: filter proxy first pass
* src/GrampsDbUtils/_FilterProxyDb.py: filter proxy first pass * src/GrampsDbUtils/_FilterProxyDb.py: filter proxy first pass

View File

@ -107,7 +107,7 @@ class EditPerson(EditPrimary):
title = _('Person') + ': %s' % name title = _('Person') + ': %s' % name
else: else:
title = _('New Person') title = _('New Person')
return title return title
def _local_init(self): def _local_init(self):
""" """