2006-08-21 Don Allingham <don@gramps-project.org>
* src/DisplayModels/_PeopleModel.py: fix handle column after removal of cause of death * src/GrampsDb/_WriteGedcom.py: handle custome events for people (bug # 368) svn: r7226
This commit is contained in:
@@ -123,7 +123,7 @@ class PeopleModel(gtk.GenericTreeModel):
|
||||
_GENDER = [ _(u'female'), _(u'male'), _(u'unknown') ]
|
||||
|
||||
# dynamic calculation of column indices, for use by various Views
|
||||
COLUMN_INT_ID = 13
|
||||
COLUMN_INT_ID = 12
|
||||
|
||||
# indices into main column definition table
|
||||
COLUMN_DEF_LIST = 0
|
||||
|
Reference in New Issue
Block a user