* 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:
@ -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:
|
||||
|
Reference in New Issue
Block a user