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:
Don Allingham
2006-08-22 03:19:37 +00:00
parent caee4c1765
commit b30874dc60
3 changed files with 10 additions and 1 deletions

View File

@@ -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