diff options
author | Milan Crha <mcrha@redhat.com> | 2010-12-13 23:30:21 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-12-13 23:30:21 +0800 |
commit | a8bde44b69e42fdb5640930e28c5005b897053df (patch) | |
tree | fea363167793260e40ae0ddff89dce6aef9f1a93 /mail/em-format-html.c | |
parent | da223fce69fe73305c0ab03abd4f092a72686556 (diff) | |
download | gsoc2013-evolution-a8bde44b69e42fdb5640930e28c5005b897053df.tar.gz gsoc2013-evolution-a8bde44b69e42fdb5640930e28c5005b897053df.tar.zst gsoc2013-evolution-a8bde44b69e42fdb5640930e28c5005b897053df.zip |
Bug #436914 - Reply to inline GPG quotes raw GPG message
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index de8c0b5961..6b74da70b5 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1595,7 +1595,7 @@ efh_object_requested (GtkHTML *html, GtkHTMLEmbedded *eb, EMFormatHTML *efh) } /* ********************************************************************** */ -#include "em-inline-filter.h" +#include "em-format/em-inline-filter.h" /* FIXME: This is duplicated in em-format-html-display, should be exported or in security module */ static const struct { |