* src/DataViews/_MapView.py: use config value to determine if online

maps should be used
	* src/GrampsCfg.py: online map config value
	* src/Config/_GrampsCOnfigKeys.py: online map config value
	* daa/gramps.schema.in: online map config value


svn: r6728
This commit is contained in:
Don Allingham
2006-05-20 01:49:38 +00:00
parent 54ea5271e0
commit ff07f8407f
5 changed files with 26 additions and 5 deletions

View File

@@ -3,6 +3,18 @@
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/gramps/preferences/online-maps</key>
<applyto>/apps/gramps/preferences/online-maps</applyto>
<owner>gramps</owner>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Use online maps</short>
<long>If True, the Map View will connect to OpenGIS servers to download maps.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/preferences/family-details</key>
<applyto>/apps/gramps/preferences/family-details</applyto>