diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-23 00:03:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-23 00:03:46 +0800 |
commit | 7094f32df13b8ddfe0e41c746481efb6d9f750fd (patch) | |
tree | e97c4284b0737f976895b60f3879c93e558df90e /mail | |
parent | 5c3c117a73f22054fd981d5011d01bbb3d60e711 (diff) | |
download | gsoc2013-evolution-7094f32df13b8ddfe0e41c746481efb6d9f750fd.tar.gz 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')
-rw-r--r-- | mail/e-mail-reader.c | 4 |
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); |