aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-reader.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-03-23 00:03:46 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-23 00:03:46 +0800
commit7094f32df13b8ddfe0e41c746481efb6d9f750fd (patch)
treee97c4284b0737f976895b60f3879c93e558df90e /mail/e-mail-reader.c
parent5c3c117a73f22054fd981d5011d01bbb3d60e711 (diff)
downloadgsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.tar
gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.tar.gz
gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.tar.bz2
gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.tar.lz
gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.tar.xz
gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.tar.zst
gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.zip
Add an extension to configure EWebView.
Make EWebView extensible and register an extension to automatically bind every EWebView instance to the appropriate EShellSettings.
Diffstat (limited to 'mail/e-mail-reader.c')
-rw-r--r--mail/e-mail-reader.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index 7a8d7a9994..6448f5bf35 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -2668,10 +2668,6 @@ e_mail_reader_init (EMailReader *reader)
/* Bind properties. */
- e_binding_new (
- shell_settings, "mail-show-animated-images",
- web_view, "animate");
-
action_name = "mail-caret-mode";
action = e_mail_reader_get_action (reader, action_name);