diff options
author | Tomas Popela <tpopela@redhat.com> | 2014-06-18 16:28:18 +0800 |
---|---|---|
committer | Tomas Popela <tpopela@redhat.com> | 2014-06-18 16:28:18 +0800 |
commit | 51dcc0b786b54f9169c000e2465a2c3a3ee89cb5 (patch) | |
tree | e139d04e064ae37c6b9bd9e970b8fa970a005b6a /e-util/e-html-editor-selection.h | |
parent | 3ef3e963573965827a6b72b8096e15b24c2db77f (diff) | |
download | gsoc2013-evolution-51dcc0b786b54f9169c000e2465a2c3a3ee89cb5.tar gsoc2013-evolution-51dcc0b786b54f9169c000e2465a2c3a3ee89cb5.tar.gz gsoc2013-evolution-51dcc0b786b54f9169c000e2465a2c3a3ee89cb5.tar.bz2 gsoc2013-evolution-51dcc0b786b54f9169c000e2465a2c3a3ee89cb5.tar.lz gsoc2013-evolution-51dcc0b786b54f9169c000e2465a2c3a3ee89cb5.tar.xz gsoc2013-evolution-51dcc0b786b54f9169c000e2465a2c3a3ee89cb5.tar.zst gsoc2013-evolution-51dcc0b786b54f9169c000e2465a2c3a3ee89cb5.zip |
EHTMLEditor - When setting the body background image set it as its base64 data instead of uri
Diffstat (limited to 'e-util/e-html-editor-selection.h')
-rw-r--r-- | e-util/e-html-editor-selection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-html-editor-selection.h b/e-util/e-html-editor-selection.h index c0d2d1817f..104a1a43d7 100644 --- a/e-util/e-html-editor-selection.h +++ b/e-util/e-html-editor-selection.h @@ -170,7 +170,7 @@ void e_html_editor_selection_insert_html const gchar *html_text); void e_html_editor_selection_replace_image_src (EHTMLEditorSelection *selection, - WebKitDOMElement *image, + WebKitDOMElement *element, const gchar *image_uri); void e_html_editor_selection_insert_image (EHTMLEditorSelection *selection, |