svn: r3117
This commit is contained in:
Don Allingham
2004-05-02 04:10:33 +00:00
parent 3783102bcc
commit 3cb7c304ed
6 changed files with 80 additions and 140 deletions

View File

@@ -331,7 +331,7 @@ class PeopleModel(gtk.GenericTreeModel):
def column_birth_place(self,data):
if data[6]:
event = self.db.find_event_from_id(data[5])
event = self.db.find_event_from_id(data[6])
if event:
place_id = event.get_place_id()
if place_id: