diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-23 07:24:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-23 07:24:01 +0800 |
commit | 4807a4d7e75993aefc6860d2747403a7019c49e7 (patch) | |
tree | 75ee11bb941d832314eb18ad115687f91d9682f4 /mail/Makefile.am | |
parent | dcc5cbe678dace542549f17a3db99d26450a1ea4 (diff) | |
download | gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar.gz gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.tar.zst gsoc2013-evolution-4807a4d7e75993aefc6860d2747403a7019c49e7.zip |
New class that wraps writing to a GtkHTML stream so that we don't have to
2001-10-22 Jeffrey Stedfast <fejj@ximian.com>
* mail-stream-gtkhtml.c (mail_stream_gtkhtml_new): New class that
wraps writing to a GtkHTML stream so that we don't have to write
to an intermediate GByteArray.
* mail-display.c (on_url_requested): Use the new Camel->GtkHTML
stream - this means we don't have to chew up nearly as much
memory...yay!
svn path=/trunk/; revision=13911
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 4eaf97833a..ae5d1e267c 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -95,6 +95,8 @@ evolution_mail_SOURCES = \ mail-send-recv.h \ mail-session.c \ mail-session.h \ + mail-stream-gtkhtml.c \ + mail-stream-gtkhtml.h \ mail-tools.c \ mail-tools.h \ mail-types.h \ |