2006-05-11 Alex Roitman <shura@gramps-project.org>
* src/PeopleModel.py (_MARKER_COL): Correct column numbers. svn: r6619
This commit is contained in:
parent
85c2ff5039
commit
cafeeb7468
@ -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>
|
2006-05-10 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/GrampsDb/_ReadXML.py (GrampsParser): Use UpdateCallback.
|
* src/GrampsDb/_ReadXML.py (GrampsParser): Use UpdateCallback.
|
||||||
* src/GrampsDb/_ReadGedcom.py (GedcomParser): Use UpdateCallback.
|
* src/GrampsDb/_ReadGedcom.py (GedcomParser): Use UpdateCallback.
|
||||||
|
@ -87,12 +87,12 @@ _codeset = GrampsLocale.codeset
|
|||||||
_ID_COL = 1
|
_ID_COL = 1
|
||||||
_GENDER_COL = 2
|
_GENDER_COL = 2
|
||||||
_NAME_COL = 3
|
_NAME_COL = 3
|
||||||
_DEATH_COL = 6
|
_DEATH_COL = 5
|
||||||
_BIRTH_COL = 7
|
_BIRTH_COL = 6
|
||||||
_EVENT_COL = 8
|
_EVENT_COL = 7
|
||||||
_FAMILY_COL = 9
|
_FAMILY_COL = 8
|
||||||
_CHANGE_COL = 18
|
_CHANGE_COL = 17
|
||||||
_MARKER_COL = 19
|
_MARKER_COL = 18
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user