Add 'blur' and 'start-gps' GConf keys in schema
authorAlban Crequy <alban.crequy@collabora.co.uk>
Mon, 3 May 2010 16:16:31 +0000 (17:16 +0100)
committerAlban Crequy <alban.crequy@collabora.co.uk>
Mon, 3 May 2010 16:42:27 +0000 (17:42 +0100)
data/azimuth.schemas.in

index f4b2297..de9fffc 100644 (file)
       </locale>
     </schema>
 
+    <schema>
+      <key>/schemas/apps/azimuth/blur</key>
+      <applyto>/apps/azimuth/blur</applyto>
+      <owner>azimuth</owner>
+      <type>bool</type>
+      <default>true</default>
+      <locale name="C">
+        <short>Truncate position for privacy</short>
+        <long>
+        Do not publish the exact position but a truncated position.
+        </long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/azimuth/start-gps</key>
+      <applyto>/apps/azimuth/start-gps</applyto>
+      <owner>azimuth</owner>
+      <type>bool</type>
+      <default>false</default>
+      <locale name="C">
+        <short>Start GPS and drain battery</short>
+        <long>
+        Start the GPS as long as Azimuth is started
+        </long>
+      </locale>
+    </schema>
+
 
   </schemalist>
 </gconfschemafile>