* src/DataViews/_PersonView.py: add non-functioning (for now) clear

button
	* src/Config/_GrampsGconfKeys.py: get_default fix


svn: r6642
This commit is contained in:
Don Allingham
2006-05-13 05:36:55 +00:00
parent 9aa8094b00
commit 1f96447335
3 changed files with 16 additions and 2 deletions

View File

@@ -152,4 +152,4 @@ def sync():
def get_default(key):
token = "/apps/gramps/%s/%s" % (key[0],key[1])
return client.get_default_from_schema(token)
return client.get_default_from_schema(token).get_string()