aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYanko Kaneti <yaneti@declera.com>2014-07-11 00:46:52 +0800
committerTomas Popela <tpopela@redhat.com>2014-07-15 20:20:51 +0800
commit6f70081c52dc880a378af563802bc373ae9d5ca0 (patch)
tree31be218a39705ac62c4ee56392cf9701567d1a44
parentd3dde016fdf785be204766f6b6a967525c957170 (diff)
downloadgsoc2013-evolution-6f70081c52dc880a378af563802bc373ae9d5ca0.tar
gsoc2013-evolution-6f70081c52dc880a378af563802bc373ae9d5ca0.tar.gz
gsoc2013-evolution-6f70081c52dc880a378af563802bc373ae9d5ca0.tar.bz2
gsoc2013-evolution-6f70081c52dc880a378af563802bc373ae9d5ca0.tar.lz
gsoc2013-evolution-6f70081c52dc880a378af563802bc373ae9d5ca0.tar.xz
gsoc2013-evolution-6f70081c52dc880a378af563802bc373ae9d5ca0.tar.zst
gsoc2013-evolution-6f70081c52dc880a378af563802bc373ae9d5ca0.zip
EHTMLEditorView - Don't leak dom-evo-draft outside evolution
-rw-r--r--e-util/e-html-editor-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index f5418cadcb..6f5423100f 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -5086,6 +5086,7 @@ 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");
webkit_dom_element_remove_attribute (element, "data-inline");
webkit_dom_element_remove_attribute (element, "data-uri");
webkit_dom_element_remove_attribute (element, "data-message");