aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-view.c
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2014-06-11 20:45:23 +0800
committerTomas Popela <tpopela@redhat.com>2014-06-11 20:45:23 +0800
commit1d4ee81c22ac1367c319105796a9bf66635c4a26 (patch)
treeab008891d94b0f7573250c4cd15911aa28c37674 /e-util/e-html-editor-view.c
parentf96e2ff1a3538d6229ec8388bd7bbded1f748750 (diff)
downloadgsoc2013-evolution-1d4ee81c22ac1367c319105796a9bf66635c4a26.tar
gsoc2013-evolution-1d4ee81c22ac1367c319105796a9bf66635c4a26.tar.gz
gsoc2013-evolution-1d4ee81c22ac1367c319105796a9bf66635c4a26.tar.bz2
gsoc2013-evolution-1d4ee81c22ac1367c319105796a9bf66635c4a26.tar.lz
gsoc2013-evolution-1d4ee81c22ac1367c319105796a9bf66635c4a26.tar.xz
gsoc2013-evolution-1d4ee81c22ac1367c319105796a9bf66635c4a26.tar.zst
gsoc2013-evolution-1d4ee81c22ac1367c319105796a9bf66635c4a26.zip
EHTMLEditor: Set right width to paragraphs that are quoted
Diffstat (limited to 'e-util/e-html-editor-view.c')
-rw-r--r--e-util/e-html-editor-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 9f2a61b106..88de44d820 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -2339,7 +2339,7 @@ parse_html_into_paragraphs (EHTMLEditorView *view,
} else {
paragraph = e_html_editor_selection_get_paragraph_element (
e_html_editor_view_get_selection (view),
- document, -1, citation_level);
+ document, -1, 0);
}
if (with_br && !*rest && !citation &&!local_ignore_next_br) {
@@ -2412,7 +2412,7 @@ parse_html_into_paragraphs (EHTMLEditorView *view,
} else {
paragraph = e_html_editor_selection_get_paragraph_element (
e_html_editor_view_get_selection (view),
- document, -1, citation_level);
+ document, -1, 0);
}
webkit_dom_html_element_set_inner_html (