aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorRadek Doulik <rodo@src.gnome.org>2004-04-07 02:21:14 +0800
committerRadek Doulik <rodo@src.gnome.org>2004-04-07 02:21:14 +0800
commitff9f3a465f6da579f9e61f45bebe926cf511c568 (patch)
treeb491ce6ca8aa0dbdf9b2bf0214997818792ce340 /composer
parentc1cbf40e628c050248a87402f3e46f265a2fa31f (diff)
downloadgsoc2013-evolution-ff9f3a465f6da579f9e61f45bebe926cf511c568.tar.gz
gsoc2013-evolution-ff9f3a465f6da579f9e61f45bebe926cf511c568.tar.zst
gsoc2013-evolution-ff9f3a465f6da579f9e61f45bebe926cf511c568.zip
ops, saved it this time
svn path=/trunk/; revision=25341
Diffstat (limited to 'composer')
-rw-r--r--composer/e-msg-composer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 38b9de7dc8..ee3b8a3e6d 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -3414,7 +3414,7 @@ e_msg_composer_flush_pending_body (EMsgComposer *composer, gboolean apply)
body = g_object_get_data ((GObject *) composer, "body:text");
if (body) {
if (apply)
- set_editor_text (composer, body, FALSE);
+ set_editor_text (composer, body, FALSE, FALSE);
g_object_set_data ((GObject *) composer, "body:text", NULL);
g_free (body);
@@ -4181,7 +4181,7 @@ handle_mailto (EMsgComposer *composer, const char *mailto)
char *htmlbody;
htmlbody = camel_text_to_html (body, CAMEL_MIME_FILTER_TOHTML_PRE, 0);
- set_editor_text (composer, htmlbody, FALSE);
+ set_editor_text (composer, htmlbody, FALSE, FALSE);
g_free (htmlbody);
}
}
@@ -4292,7 +4292,7 @@ e_msg_composer_set_body (EMsgComposer *composer, const char *body,
{
g_return_if_fail (E_IS_MSG_COMPOSER (composer));
- set_editor_text (composer, _("<b>(The composer contains a non-text message body, which cannot be edited.)<b>"), FALSE);
+ set_editor_text (composer, _("<b>(The composer contains a non-text message body, which cannot be edited.)<b>"), FALSE, FALSE);
e_msg_composer_set_send_html (composer, FALSE);
disable_editor (composer);
deaadf74303780d1dcc3d'>change the libtool version to use from 1.3 to 1.5oliver2005-06-042-1/+7 * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1 * - Populate new category x11-themes with some suitable candidatespav2004-06-021-1/+1 * Tidy up whitespace.trevor2004-04-111-1/+1 * SIZEify.trevor2004-03-181-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-291-1/+1 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * Clear moonlight beckons.ade2003-03-072-1/+1 * Update after MASTER_SITE_THEMES move to freshmeat. New subdir structurearved2003-02-152-6/+4 * Deploy USE_GNOMENG infrastructurelioux2002-09-021-1/+2 * Update to 1.0.4.sobomax2001-04-122-4/+9 * Batch of style fixes for x11-toolkits.olgeni2001-02-061-1/+1 * Implement USE_GTK, part 2.reg2000-10-051-6/+1