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 /modules | |
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 'modules')
-rw-r--r-- | modules/mail/e-mail-shell-settings.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/mail/e-mail-shell-settings.c b/modules/mail/e-mail-shell-settings.c index 1b70289ded..18e8407bba 100644 --- a/modules/mail/e-mail-shell-settings.c +++ b/modules/mail/e-mail-shell-settings.c @@ -308,6 +308,10 @@ e_mail_shell_settings_init (EShellBackend *shell_backend) "composer-no-signature-delim", "/apps/evolution/mail/composer/no_signature_delim"); + e_shell_settings_install_property_for_key ( + "composer-gallery-path", + "/apps/evolution/mail/composer/gallery_path"); + /* These properties use transform functions to convert * GConf values to forms more useful to Evolution. We * have to use separate properties because GConfBridge |