event/name type fixes

svn: r4780
This commit is contained in:
Don Allingham
2005-06-03 22:38:14 +00:00
parent e523edce30
commit b239854bb4
7 changed files with 42 additions and 7 deletions

View File

@@ -220,7 +220,6 @@ class ChildModel(gtk.ListStore):
def column_birth_day(self,data):
event_ref = data.get_birth_ref()
if event_ref and event_ref.ref:
print event_ref.ref
return self.db.get_event_from_handle(event_ref.ref).get_date()
else:
return u""