aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-05-26 07:43:34 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-26 07:43:34 +0800
commitbd7bb08d4786f2d96c5d3cc556b7cd1333bcd81c (patch)
tree7c73f4d34e67c4364d348391e0b5ed2e5cb2f363 /composer
parent5429c7017cfbdd8d19a40dea0f3c674497acf025 (diff)
downloadgsoc2013-evolution-bd7bb08d4786f2d96c5d3cc556b7cd1333bcd81c.tar.gz
gsoc2013-evolution-bd7bb08d4786f2d96c5d3cc556b7cd1333bcd81c.tar.zst
gsoc2013-evolution-bd7bb08d4786f2d96c5d3cc556b7cd1333bcd81c.zip
Use camel_data_wrapper_new instead of camel_simple_data_wrapper_new.
2000-05-25 Not Zed <NotZed@HelixCode.com> * e-msg-composer.c (build_message): Use camel_data_wrapper_new instead of camel_simple_data_wrapper_new. svn path=/trunk/; revision=3209
Diffstat (limited to 'composer')
-rw-r--r--composer/ChangeLog5
-rw-r--r--composer/e-msg-composer.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 75ec0e97d1..81b38b8b31 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-25 Not Zed <NotZed@HelixCode.com>
+
+ * e-msg-composer.c (build_message): Use camel_data_wrapper_new
+ instead of camel_simple_data_wrapper_new.
+
2000-05-17 Dan Winship <danw@helixcode.com>
* e-msg-composer.c (build_message): Use
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 2ba6bbd55e..eab6dfca92 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -182,7 +182,7 @@ build_message (EMsgComposer *composer)
stream = camel_stream_mem_new_with_buffer (text,
strlen (text));
- cdw = camel_simple_data_wrapper_new ();
+ cdw = camel_data_wrapper_new ();
camel_data_wrapper_construct_from_stream (cdw, stream);
gtk_object_unref (GTK_OBJECT (stream));
camel_data_wrapper_set_mime_type (cdw, "text/html");
>Dirk Meyer2012-06-011-0/+1 * KDE/FreeBSD team presents long awaited KDE SC 4.8.3!Max Brazhnikov2012-05-253-6/+8 * - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1 * The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichAlberto Villa2012-01-251-2/+2 * The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.Raphael Kubo da Costa2011-11-141-2/+2 * The KDE/FreeBSD team is pleased to announce KDE Software CompilationAlberto Villa2011-10-172-5/+4 * Update KDE Software Compilation ports to 4.6.5Max Brazhnikov2011-07-081-2/+2 * The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullAlberto Villa2011-06-141-2/+2 * Update KDE Software Compilation ports to 4.6.3Max Brazhnikov2011-05-171-2/+2 * The FreeBSD KDE Team is pleased to announce April updates for KDEAlberto Villa2011-04-071-2/+2 * The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMAlberto Villa2011-03-252-8/+8 * - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5Dima Panov2011-01-081-2/+2 * KDE FreeBSD team presents KDE SC 4.5.4.Max Brazhnikov2010-12-031-2/+2 * KDE FreeBSD team presents KDE SC 4.5.3.Max Brazhnikov2010-11-041-3/+2 * KDE FreeBSD team presents KDE SC 4.5.2.Max Brazhnikov2010-10-061-3/+3 * KDE FreeBSD team presents KDE SC 4.5.1.Max Brazhnikov2010-09-032-5/+146 * Present KDE SC 4.4.5 for FreeBSD.Max Brazhnikov2010-06-301-3/+3 * Present KDE SC 4.4.4 for FreeBSD.Max Brazhnikov2010-06-021-3/+3