* src/DisplayModels.py: fix Source column display

* src/GrampsDbBase.py: change default display columns
* src/ReadGedcom.py: Add default source for a GEDCOM import,
attach it to a person that has no attached sources.


svn: r3756
This commit is contained in:
Don Allingham
2004-11-26 23:31:50 +00:00
parent b9efaad3bd
commit cdaf281039
4 changed files with 36 additions and 7 deletions

View File

@ -1103,7 +1103,7 @@ class GrampsDbBase:
Returns the Source display common information stored in the
database's metadata.
"""
default = [(1,1),(1,2),(1,3),(0,4),(0,5)]
default = [(1,1),(1,2),(0,3),(1,4),(0,5)]
if self.metadata == None:
return default
else: