2006-05-23 Don Allingham <don@gramps-project.org>

* src/DataViews/_RelationView.py: make shading optional
	* src/GrampsCfg.py: make shading optional
	* src/Config/_GrampsConfigKeys.py: make shading optional
	* data/gramps.schemas.in: make shading optional



svn: r6769
This commit is contained in:
Don Allingham
2006-05-24 04:49:05 +00:00
parent 4207e294eb
commit 4cb9bb81b2
5 changed files with 42 additions and 6 deletions

View File

@@ -3,6 +3,18 @@
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/gramps/preferences/relation-shade</key>
<applyto>/apps/gramps/preferences/relation-shade</applyto>
<owner>gramps</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Use shading to highlight data in Relationship View</short>
<long>If True, shading is used to highlight data in Relationship View</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/preferences/online-maps</key>
<applyto>/apps/gramps/preferences/online-maps</applyto>