* src/GrampsIniKeys.py: provide support for the default schema

* src/GrampsKeys.py: select appropriate backend
* various: switch from GrampsGconfKeys to GrampsKeys for normal usage

* src/GrampsIniKeys.py: Alternate backend using .ini files instead
of gconf


svn: r3873
This commit is contained in:
Don Allingham
2005-01-06 17:28:31 +00:00
parent 9b27acacbe
commit 09328f505b
23 changed files with 211 additions and 191 deletions

View File

@ -36,7 +36,7 @@ from gtk.gdk import ACTION_COPY, BUTTON1_MASK
#-------------------------------------------------------------------------
import const
import Utils
import GrampsGconfKeys
import GrampsKeys
import GrampsCfg
import AddSpouse
import SelectChild
@ -183,7 +183,7 @@ class FamilyView:
self.sp_drag_data_received)
def init_interface(self):
fv = GrampsGconfKeys.get_family_view()
fv = GrampsKeys.get_family_view()
self.set_widgets(fv)
already_init = self.cadded[fv]
@ -710,7 +710,7 @@ class FamilyView:
return
person = RelLib.Person()
autoname = GrampsGconfKeys.get_lastnamegen()
autoname = GrampsKeys.get_lastnamegen()
if autoname == 0:
name = self.north_american(0)