* src/AttrEdit.py: support get_type/set_type in dropdown menu

* src/EditPerson.py: remove items properly based off EventRef


svn: r4781
This commit is contained in:
Don Allingham
2005-06-04 02:54:59 +00:00
parent b239854bb4
commit 97b0b31fab
8 changed files with 88 additions and 46 deletions

View File

@@ -164,8 +164,6 @@ class EventEditor:
# self.witnesslist, self, self.top, self.window, self.wlist,
# add_witness, edit_witness, del_witness)
#AutoComp.fill_combo(self.event_menu,self.elist)
if event:
defval = event.get_type()[0]
else: