2773: Primary participant(s) in Events View

svn: r13083
This commit is contained in:
Benny Malengier
2009-08-19 22:27:06 +00:00
parent 3d34996343
commit 5f0c935256
3 changed files with 11 additions and 3 deletions

View File

@@ -2472,8 +2472,9 @@ class GrampsDbBase(Callback):
Return the Event display common information stored in the database's
metadata.
"""
default = [(1, 0, 200), (1, 1, 75), (1, 2, 100), (1, 3, 150),
(1, 4, 200), (0, 5, 100)]
default = [(1, 0, 200), (1, 1, 75), (1, 2, 100),
(0, 3, 0), (1, 4, 150),
(1, 5, 200), (0, 6, 100)]
return self.__get_columns(EVENT_COL_KEY, default)
def get_repository_column_order(self):