diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:18:23 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:18:23 +0800 |
commit | 5bf702af32fa40134fe4f9652e1542a54228f4c2 (patch) | |
tree | 1e4813c46a663ad6c499df89512d44a2db2374da /data/empathy.schemas.in | |
parent | aafd289fc10fefa55fcf0adf49b7ea0118971492 (diff) | |
download | gsoc2013-empathy-5bf702af32fa40134fe4f9652e1542a54228f4c2.tar gsoc2013-empathy-5bf702af32fa40134fe4f9652e1542a54228f4c2.tar.gz gsoc2013-empathy-5bf702af32fa40134fe4f9652e1542a54228f4c2.tar.bz2 gsoc2013-empathy-5bf702af32fa40134fe4f9652e1542a54228f4c2.tar.lz gsoc2013-empathy-5bf702af32fa40134fe4f9652e1542a54228f4c2.tar.xz gsoc2013-empathy-5bf702af32fa40134fe4f9652e1542a54228f4c2.tar.zst gsoc2013-empathy-5bf702af32fa40134fe4f9652e1542a54228f4c2.zip |
Added EMPATHY_PREFS_FILE_TRANSFER_DEFAULT_FOLDER to schema. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1809
Diffstat (limited to 'data/empathy.schemas.in')
-rw-r--r-- | data/empathy.schemas.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index a6054cc84..ad090d086 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -333,5 +333,19 @@ </locale> </schema> + <schema> + <key>/schemas/apps/empathy/file_transfer/default_folder</key> + <applyto>/apps/empathy/file_transfer_default_folder</applyto> + <owner>empathy</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>Empathy default download folder</short> + <long> + The default folder to save file transfers in. + </long> + </locale> + </schema> + </schemalist> </gconfschemafile> |