diff options
Diffstat (limited to 'data')
-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> |