2006-05-11 Alex Roitman <shura@gramps-project.org>

* src/PeopleModel.py (_MARKER_COL): Correct column numbers.



svn: r6619
This commit is contained in:
Alex Roitman 2006-05-11 18:51:35 +00:00
parent e7971c78d4
commit 340c97d388
2 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,6 @@
2006-05-11 Alex Roitman <shura@gramps-project.org>
* src/PeopleModel.py (_MARKER_COL): Correct column numbers.
2006-05-10 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_ReadXML.py (GrampsParser): Use UpdateCallback.
* src/GrampsDb/_ReadGedcom.py (GedcomParser): Use UpdateCallback.

View File

@ -87,12 +87,12 @@ _codeset = GrampsLocale.codeset
_ID_COL = 1
_GENDER_COL = 2
_NAME_COL = 3
_DEATH_COL = 6
_BIRTH_COL = 7
_EVENT_COL = 8
_FAMILY_COL = 9
_CHANGE_COL = 18
_MARKER_COL = 19
_DEATH_COL = 5
_BIRTH_COL = 6
_EVENT_COL = 7
_FAMILY_COL = 8
_CHANGE_COL = 17
_MARKER_COL = 18
#-------------------------------------------------------------------------
#