[evolution/gnome-3-20] EHTMLEditorView - Fix the build after doing a mistake in commits



commit 25c7748509bb7d572b95901d5508fac9234be83c
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Jun 28 11:39:03 2016 +0200

    EHTMLEditorView - Fix the build after doing a mistake in commits

 e-util/e-html-editor-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 562c0fa..c8c161f 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -10436,7 +10436,7 @@ process_content_for_plain_text (EHTMLEditorView *view)
                        }
                        g_object_unref (paragraphs);
 
-                       remove_images_in_element (view, div);
+                       remove_images_in_element (div);
 
                        convert_element_from_html_to_plain_text (view, div, &wrap, &quote);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]