diff options
author | Milan Crha <mcrha@redhat.com> | 2010-12-22 04:11:10 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:13 +0800 |
commit | 97fac153c5e0099774de9960ae14a0dced8d7cab (patch) | |
tree | 3b91aa477ed64d5645eb2719718cf853b8eaf70b /modules/mail | |
parent | c3d6ab4b55699dfde141fc1c89e759bda14db38b (diff) | |
download | gsoc2013-evolution-97fac153c5e0099774de9960ae14a0dced8d7cab.tar.gz gsoc2013-evolution-97fac153c5e0099774de9960ae14a0dced8d7cab.tar.zst gsoc2013-evolution-97fac153c5e0099774de9960ae14a0dced8d7cab.zip |
Bug #567879 - Add View >> Gallery Option In Email Composer
Diffstat (limited to 'modules/mail')
-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 |