[evolution] EHTMLEditorView - Smiley image doesn't have the filename set
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHTMLEditorView - Smiley image doesn't have the filename set
- Date: Thu, 26 Mar 2015 09:40:17 +0000 (UTC)
commit 90ea7b0e48a2b97194d3d80990d284dbe4a51602
Author: Tomas Popela <tpopela redhat com>
Date: Thu Mar 26 07:50:53 2015 +0100
EHTMLEditorView - Smiley image doesn't have the filename set
e-util/e-html-editor-view.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 4531390..99bef84 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -2109,8 +2109,8 @@ emoticon_read_async_cb (GFile *file,
image = webkit_dom_document_create_element (document, "IMG", NULL);
webkit_dom_element_set_attribute (image, "src", output, NULL);
webkit_dom_element_set_attribute (image, "data-inline", "", NULL);
+ webkit_dom_element_set_attribute (image, "data-name", load_context->name, NULL);
webkit_dom_element_set_attribute (image, "alt", emoticon->text_face, NULL);
- webkit_dom_element_set_attribute (image, "-x-evo-smiley", emoticon->icon_name, NULL);
webkit_dom_element_set_attribute (image, "class", "-x-evo-smiley-img", NULL);
if (!html_mode)
webkit_dom_element_set_attribute (image, "style", "display: none;", NULL);
@@ -7707,7 +7707,6 @@ remove_base_attributes (WebKitDOMElement *element)
static void
remove_evolution_attributes (WebKitDOMElement *element)
{
- webkit_dom_element_remove_attribute (element, "x-evo-smiley");
webkit_dom_element_remove_attribute (element, "data-converted");
webkit_dom_element_remove_attribute (element, "data-edit-as-new");
webkit_dom_element_remove_attribute (element, "data-evo-draft");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]