2006-08-17 Alex Roitman <shura@gramps-project.org>

* src/NameDisplay.py: Correct constants to accomodate Name change.
	* src/GrampsDb/_GrampsBSDDB.py: Upgrade the names.
	* src/RelLib/_Name.py: Remove sname attribute.



svn: r7200
This commit is contained in:
Alex Roitman
2006-08-18 05:49:25 +00:00
parent cd6ab43fc0
commit 655dc48a92
4 changed files with 25 additions and 14 deletions

View File

@ -51,11 +51,10 @@ _TITLE = 7
_TYPE = 8
_PREFIX = 9
_PATRONYM = 10
_SNAME = 11
_GROUP = 12
_SORT = 13
_DISPLAY = 14
_CALL = 15
_GROUP = 11
_SORT = 12
_DISPLAY = 13
_CALL = 14
_ACT = True
_INA = False