2006-11-11 Don Allingham <don@gramps-project.org>

* src/Config/_GrampsConfigKeys.py: add saving of family editor size 
	* src/Editors/_EditFamily.py: add saving of family editor size 
	* src/DisplayTabs/_GalleryTab.py: Catch possible exception
	* src/glade/gramps.glade: add saving of family editor size 
	* src/DbLoader.py: Display error message on RUNRECOVERY error

	* src/DisplayTabs/_AddrEmbedList.py: make labels more consistent (#513)


svn: r7616
This commit is contained in:
Don Allingham
2006-11-12 03:12:57 +00:00
parent 682ea93e48
commit 6d5598173c
6 changed files with 49 additions and 40 deletions

View File

@@ -39,6 +39,8 @@ DATE_FORMAT = ('preferences','date-format', 1)
DONT_ASK = ('interface','dont-ask', 0)
HEIGHT = ('interface','height', 1)
WIDTH = ('interface','width', 1)
FAM_HEIGHT = ('interface','height', 1)
FAM_WIDTH = ('interface','width', 1)
FILTER = ('interface','filter', 0)
FPREFIX = ('preferences','fprefix', 2)
EPREFIX = ('preferences','eprefix', 2)
@@ -99,6 +101,8 @@ default_value = {
DONT_ASK : False,
HEIGHT : 500,
WIDTH : 775,
FAM_HEIGHT : 500,
FAM_WIDTH : 700,
FILTER : False,
FPREFIX : 'F%04d',
EPREFIX : 'E%04d',