* src/DisplayTabs.py: Add source ref model/tab

* src/PeopleModel.py: specify handle column
* src/PersonView.py: fix selection column
* src/EditFamily.py: remove icon in father/mother column, add source tab


svn: r5825
This commit is contained in:
Don Allingham
2006-01-24 04:13:21 +00:00
parent 6ed9d0a161
commit 253fa7639a
6 changed files with 101 additions and 11 deletions

View File

@@ -486,7 +486,7 @@ COLUMN_DEFS = [
]
# dynamic calculation of column indices, for use by various Views
COLUMN_INT_ID = len(COLUMN_DEFS) - 1
COLUMN_INT_ID = 14
# indices into main column definition table
COLUMN_DEF_LIST = 0