]> git.0d.be Git - empathy.git/commitdiff
Add schema for the new preference
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Fri, 15 May 2009 09:21:23 +0000 (11:21 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 1 Jun 2009 15:53:17 +0000 (17:53 +0200)
data/empathy.schemas.in

index 80a1457c7d2b24fc2d771761210cf4aed483b9ad..94e26f5b5ff7b1aede5e966a2029ddd87a89bd63 100644 (file)
       </locale>
     </schema>
 
+    <schema>
+      <key>/schemas/apps/empathy/file_transfer/use_hash</key>
+      <applyto>/apps/empathy/file_transfer/use_hash</applyto>
+      <owner>empathy</owner>
+      <type>bool</type>
+      <default>false</default>
+      <locale name="C">
+        <short>Whether Empathy should use checksum for transfers</short>
+        <long>
+        Whether Empathy should use checksum to validate file transfers,
+        if the connection manager supports it.
+        </long>
+      </locale>
+    </schema>
+
     <schema>
       <key>/schemas/apps/empathy/location/publish</key>
       <applyto>/apps/empathy/location/publish</applyto>
       </locale>
     </schema>
 
-  </schemalist>
+  </schemalist>  
 </gconfschemafile>