diff options
author | Milan Crha <mcrha@redhat.com> | 2010-12-22 04:11:10 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-12-22 04:11:10 +0800 |
commit | e861630f113e4dcff45bbc2684310c793838f384 (patch) | |
tree | 034e0f4ce0883ab2c7caca63835c595599ce1d8f /mail | |
parent | 74098399cc5fe7e07b32439952272101f86b8502 (diff) | |
download | gsoc2013-evolution-e861630f113e4dcff45bbc2684310c793838f384.tar.gz gsoc2013-evolution-e861630f113e4dcff45bbc2684310c793838f384.tar.zst gsoc2013-evolution-e861630f113e4dcff45bbc2684310c793838f384.zip |
Bug #567879 - Add View >> Gallery Option In Email Composer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-mail.schemas.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 4af7680412..1503d7b0fe 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -346,6 +346,20 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/composer/gallery_path</key> + <applyto>/apps/evolution/mail/composer/gallery_path</applyto> + <owner>evolution-mail</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>Path where image gallery should search for its content</short> + <long>This value can be an empty string, which means it'll use + the system Picture folder, usually set to ~/Pictures. This folder will + be also used when the set path is not pointing to the existent folder.</long> + </locale> + </schema> + <!-- Display Settings --> <schema> |