Fixed syntax error

svn: r145
This commit is contained in:
Don Allingham
2001-06-16 03:25:43 +00:00
parent 9e5558b8d7
commit 2233bb8591
2 changed files with 5 additions and 5 deletions

View File

@@ -215,7 +215,7 @@ def report(database,person):
name = person.getPrimaryName().getName()
topDialog.get_widget("personName").set_text(name)
topDialog.get_widget("prefix").get_text("ind")
topDialog.get_widget("prefix").get_text()
top.show()