aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-05-15 17:21:23 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:53:17 +0800
commit3d5e817ba6f8094d40471fb5c41c4edf3c2e573b (patch)
tree312632b0266956a4c574c0cb9b7f862e17d89d92 /data
parent83a1c8e38b10ca0a66adc4f19e78c69f3796c7e4 (diff)
downloadgsoc2013-empathy-3d5e817ba6f8094d40471fb5c41c4edf3c2e573b.tar
gsoc2013-empathy-3d5e817ba6f8094d40471fb5c41c4edf3c2e573b.tar.gz
gsoc2013-empathy-3d5e817ba6f8094d40471fb5c41c4edf3c2e573b.tar.bz2
gsoc2013-empathy-3d5e817ba6f8094d40471fb5c41c4edf3c2e573b.tar.lz
gsoc2013-empathy-3d5e817ba6f8094d40471fb5c41c4edf3c2e573b.tar.xz
gsoc2013-empathy-3d5e817ba6f8094d40471fb5c41c4edf3c2e573b.tar.zst
gsoc2013-empathy-3d5e817ba6f8094d40471fb5c41c4edf3c2e573b.zip
Add schema for the new preference
Diffstat (limited to 'data')
-rw-r--r--data/empathy.schemas.in17
1 files changed, 16 insertions, 1 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in
index 80a1457c7..94e26f5b5 100644
--- a/data/empathy.schemas.in
+++ b/data/empathy.schemas.in
@@ -464,6 +464,21 @@
</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>
<owner>empathy</owner>
@@ -533,5 +548,5 @@
</locale>
</schema>
- </schemalist>
+ </schemalist>
</gconfschemafile>