aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-12-22 04:11:10 +0800
committerMilan Crha <mcrha@redhat.com>2010-12-22 04:11:10 +0800
commite861630f113e4dcff45bbc2684310c793838f384 (patch)
tree034e0f4ce0883ab2c7caca63835c595599ce1d8f /modules/mail
parent74098399cc5fe7e07b32439952272101f86b8502 (diff)
downloadgsoc2013-evolution-e861630f113e4dcff45bbc2684310c793838f384.tar
gsoc2013-evolution-e861630f113e4dcff45bbc2684310c793838f384.tar.gz
gsoc2013-evolution-e861630f113e4dcff45bbc2684310c793838f384.tar.bz2
gsoc2013-evolution-e861630f113e4dcff45bbc2684310c793838f384.tar.lz
gsoc2013-evolution-e861630f113e4dcff45bbc2684310c793838f384.tar.xz
gsoc2013-evolution-e861630f113e4dcff45bbc2684310c793838f384.tar.zst
gsoc2013-evolution-e861630f113e4dcff45bbc2684310c793838f384.zip
Bug #567879 - Add View >> Gallery Option In Email Composer
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/e-mail-shell-settings.c4
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