family warn dialog

svn: r6192
This commit is contained in:
Don Allingham
2006-03-22 03:57:51 +00:00
parent 5d34cd3446
commit 936b073c02
6 changed files with 249 additions and 36 deletions

View File

@@ -90,6 +90,12 @@ def get_dont_ask():
def save_dont_ask(val):
set_bool("/apps/gramps/interface/dont-ask",val)
def get_family_warn():
return get_bool("/apps/gramps/interface/family-warn")
def save_family_warn(val):
set_bool("/apps/gramps/interface/family-warn",val)
def get_index_visible():
return get_bool("/apps/gramps/interface/index-visible")