lds specific data moved

svn: r6185
This commit is contained in:
Don Allingham
2006-03-21 06:23:45 +00:00
parent 5e730fa3e5
commit 7fdb8314d9
16 changed files with 325 additions and 310 deletions

View File

@ -650,6 +650,7 @@ class EventEmbedList(EmbeddedList):
self.rebuild()
def event_added(self,ref,event):
ref.ref = event.handle
self.get_data().append(ref)
self.changed = True
self.rebuild()
@ -1524,7 +1525,7 @@ class ChildModel(gtk.ListStore):
self.column_birth_place(child),
self.column_death_place(child),
child.get_handle(),
child.get_primary_name().get_sort_name(),
NameDisplay.display.sort_string(child.primary_name),
self.column_birth_sort(child),
self.column_death_sort(child),
])