aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-11-03 22:54:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-11-03 23:00:24 +0800
commitd6105626509c73da6d0184edc0b864254d97cbd3 (patch)
tree8f06178d09bedfd77519222c64f77f32e6903b28 /modules/mail/Makefile.am
parent94eb069ea357d00826c5a99a181f8a7fe86c15cd (diff)
downloadgsoc2013-evolution-d6105626509c73da6d0184edc0b864254d97cbd3.tar
gsoc2013-evolution-d6105626509c73da6d0184edc0b864254d97cbd3.tar.gz
gsoc2013-evolution-d6105626509c73da6d0184edc0b864254d97cbd3.tar.bz2
gsoc2013-evolution-d6105626509c73da6d0184edc0b864254d97cbd3.tar.lz
gsoc2013-evolution-d6105626509c73da6d0184edc0b864254d97cbd3.tar.xz
gsoc2013-evolution-d6105626509c73da6d0184edc0b864254d97cbd3.tar.zst
gsoc2013-evolution-d6105626509c73da6d0184edc0b864254d97cbd3.zip
Bug 687400 - Composer settings not applied
EMailConfigWebView is an extension that configures EWebView instances. This used to cover both the email formatter and the email composer, but with the email formatter now using WebKit/GTK+ and the email composer still using GtkHtml, the composer was left unconfigured. Add an EMailConfigWebViewGtkHTML extension that targets EWebViewGtkHTML instances and applies the relevant settings, and remove all the GtkHTML contortions from EMailConfigWebView.
Diffstat (limited to 'modules/mail/Makefile.am')
-rw-r--r--modules/mail/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mail/Makefile.am b/modules/mail/Makefile.am
index 74391b28ce..97050ae10d 100644
--- a/modules/mail/Makefile.am
+++ b/modules/mail/Makefile.am
@@ -24,6 +24,8 @@ module_mail_la_SOURCES = \
e-mail-config-reader.h \
e-mail-config-web-view.c \
e-mail-config-web-view.h \
+ e-mail-config-web-view-gtkhtml.c \
+ e-mail-config-web-view-gtkhtml.h \
e-mail-event-hook.c \
e-mail-event-hook.h \
e-mail-shell-backend.c \