diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-23 00:03:46 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-07 19:14:43 +0800 |
commit | fe177f5a12127203f0b77c32ec0ae17d7394f6b2 (patch) | |
tree | bc06700f8a31c60df514a204b3804f86bcf1228c /mail/e-mail-reader.c | |
parent | bcc26ae24c1b223667807825d1a7bd4bc4574a32 (diff) | |
download | gsoc2013-evolution-fe177f5a12127203f0b77c32ec0ae17d7394f6b2.tar.gz gsoc2013-evolution-fe177f5a12127203f0b77c32ec0ae17d7394f6b2.tar.zst gsoc2013-evolution-fe177f5a12127203f0b77c32ec0ae17d7394f6b2.zip |
Add an extension to configure EWebView.
Make EWebView extensible and register an extension to automatically
bind every EWebView instance to the appropriate EShellSettings.
Conflicts:
widgets/misc/e-web-view.c
Diffstat (limited to 'mail/e-mail-reader.c')
-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 9fe438fb4c..d63118868f 100644 --- a/mail/e-mail-reader.c +++ b/mail/e-mail-reader.c @@ -2664,10 +2664,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); |