* src/Report.py: Typos.
svn: r3855
This commit is contained in:
parent
ba007e7817
commit
f39ce71b38
@ -2,6 +2,7 @@
|
||||
* src/plugins/DetAncestralReport.py: Minor cleanup.
|
||||
* src/plugins/DetDescendantReport.py: Convert to new scheme.
|
||||
* src/plugins/FamilyGroup.py: Convert to new scheme.
|
||||
* src/Report.py: Typos.
|
||||
|
||||
2004-12-31 Don Allingham <dallingham@users.sourceforge.net>
|
||||
* src/gramps.glade: remove name display options
|
||||
|
@ -1588,8 +1588,8 @@ class CommandLineReport:
|
||||
person = self.database.get_person_from_handle(person_handle)
|
||||
id_list.append("%s\t%s" % (
|
||||
person.get_gramps_id(),
|
||||
NameDisplay.display.displayer(person)))
|
||||
self.options_help['id'].append(id_list)
|
||||
NameDisplay.displayer.display(person)))
|
||||
self.options_help['id'].append(id_list)
|
||||
self.options_help['id'].append(False)
|
||||
|
||||
if self.options_dict.has_key('filter'):
|
||||
|
Loading…
Reference in New Issue
Block a user