projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
307f328
)
elm_cnp: change the priority for html type
author
Taehyub Kim
<taehyub.kim@samsung.com>
Wed, 7 Dec 2016 10:15:32 +0000
(19:15 +0900)
committer
Wonki Kim
<wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:05 +0000
(14:37 +0900)
Change-Id: I1fba692617dfdcae047e300361ebcc7007fe9354
src/lib/elm_cnp.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_cnp.c
b/src/lib/elm_cnp.c
index 621a39cfc5d06c23a0058b9bee3c1f46d53ec46f..aadc463ee8595487d02e70956e8e09c1477f3d18 100644
(file)
--- a/
src/lib/elm_cnp.c
+++ b/
src/lib/elm_cnp.c
@@
-3111,8
+3111,8
@@
_wl_elm_cnp_selection_get(const Evas_Object *obj, Elm_Sel_Type selection, Elm_Se
if (format & ELM_SEL_FORMAT_HTML)
{
- types[++i] = "text/html";
types[++i] = "text/html;charset=utf-8";
+ types[++i] = "text/html";
}
if (i < 0) return EINA_FALSE;