elm_cnp: change the priority for html type 35/103135/2 accepted/tizen/3.0/common/20161208.153543 accepted/tizen/3.0/ivi/20161208.063144 accepted/tizen/3.0/mobile/20161208.062805 accepted/tizen/3.0/tv/20161208.063023 accepted/tizen/3.0/wearable/20161208.063050 submit/tizen_3.0/20161207.102526
authorTaehyub Kim <taehyub.kim@samsung.com>
Wed, 7 Dec 2016 10:15:32 +0000 (19:15 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Wed, 7 Dec 2016 10:16:34 +0000 (02:16 -0800)
Change-Id: I1fba692617dfdcae047e300361ebcc7007fe9354

src/lib/elm_cnp.c

index 621a39c..aadc463 100644 (file)
@@ -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;