[evolution/wip/webkit-composer: 285/966] Remove (most probably redundant) parts
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer: 285/966] Remove (most probably redundant) parts
- Date: Wed, 23 Apr 2014 10:17:23 +0000 (UTC)
commit ea61315bd02ddd26eaaa47989ee03b94bf2080e7
Author: Dan Vrátil <dvratil redhat com>
Date: Tue Sep 11 11:08:40 2012 +0200
Remove (most probably redundant) parts
composer/e-msg-composer.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index ebdc536..0ecd289 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -1311,11 +1311,6 @@ composer_build_message (EMsgComposer *composer,
clear_current_images (composer);
- /* FIXME WEBKIT Can this go away?
- if (flags & COMPOSER_FLAG_SAVE_OBJECT_DATA)
- gtkhtml_editor_run_command (editor, "save-data-on");
- */
-
editor = e_editor_window_get_editor (E_EDITOR_WINDOW (composer));
editor_widget = e_editor_get_editor_widget (editor);
data = g_byte_array_new ();
@@ -1325,11 +1320,6 @@ composer_build_message (EMsgComposer *composer,
pre_encode = text_requires_quoted_printable (text, length);
g_free (text);
- /* FIXME WEBKIT And this as well?
- if (flags & COMPOSER_FLAG_SAVE_OBJECT_DATA)
- gtkhtml_editor_run_command (editor, "save-data-off");
- */
-
mem_stream = camel_stream_mem_new_with_byte_array (data);
stream = camel_stream_filter_new (mem_stream);
g_object_unref (mem_stream);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]