* src/DataViews/_RepositoryView.py:
	* src/gen/db/base.py:
	* src/DisplayModels/_RepositoryModel.py:
	Added a change column in repoview, model, database column storage



svn: r9432
This commit is contained in:
Benny Malengier
2007-11-29 14:02:22 +00:00
parent a13f3e950c
commit 8d64c728fc
4 changed files with 19 additions and 5 deletions

View File

@@ -615,7 +615,6 @@ class GrampsDbBase(GrampsDBCallback):
Commits the specified Repository to the database, storing the changes
as part of the transaction.
"""
self.commit_base(repository, self.repository_map, REPOSITORY_KEY,
transaction.repository_update,
transaction.repository_add,
@@ -2266,7 +2265,7 @@ class GrampsDbBase(GrampsDBCallback):
"""
default = [(1, 0, 200), (1, 1, 75), (0, 5, 100), (0, 6, 100),
(1, 2, 100), (1, 3, 250), (1, 4, 100), (0, 7, 100),
(0, 8, 100), (0, 9, 100), (0, 10, 100)]
(0, 8, 100), (0, 9, 100), (0, 10, 100), (0, 12, 100)]
return self.__get_columns(REPOSITORY_COL_KEY, default)
def get_note_column_order(self):