* src/DataViews/_RelationshipView.py: Optionally hide Edit buttons

* src/Config/_GrampsConfigKeys.py: Optionally hide Edit buttons
	* src/GrampsWidgets.py: Allow empty button for LinkBox


svn: r7581
This commit is contained in:
Don Allingham
2006-11-08 05:15:26 +00:00
parent a1d3c6b68f
commit 8b7febbe35
6 changed files with 28 additions and 12 deletions

View File

@@ -75,9 +75,11 @@ SIDEBAR_TEXT = ('interface','sidebar-text', 0)
WEBSITE_DIRECTORY = ('paths','website-directory', 2)
PORT_WARN = ('preferences','port-warn', 0)
TRANSACTIONS = ('behavior','transactions', 0)
RELEDITBTN = ('interface','editbutton', 1)
default_value = {
RELEDITBTN : False,
DEFAULT_SOURCE : False,
RELATION_SHADE : True,
ONLINE_MAPS : False,