Fixed unicode mapping problem with python 2.0

svn: r170
This commit is contained in:
Don Allingham
2001-06-21 19:31:12 +00:00
parent 27c1d09f66
commit 434c78203b
10 changed files with 118 additions and 104 deletions

View File

@@ -171,6 +171,7 @@ class EditPerson:
self.get_widget("lastNameList").set_popdown_strings(self.surname_list)
event_names = self.get_widget("personalEvents")
event_names.set_popdown_strings(const.personalEvents)
event_names.entry.set_text("")