* 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

@@ -500,12 +500,12 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
2, Config.SPELLCHECK)
self.add_checkbox(table, _('Display Tip of the Day'),
3, Config.USE_TIPS)
# self.add_checkbox(table, _('Download maps online'),
# 4, Config.ONLINE_MAPS)
self.add_checkbox(table, _('Use shading in Relationship View'),
4, Config.RELATION_SHADE)
self.add_checkbox(table, _('Enable database transactions'),
5, Config.TRANSACTIONS)
self.add_checkbox(table, _('Display edit buttons on Relationship View'),
6, Config.RELEDITBTN)
return table