From: suhyung Eom Date: Tue, 7 Feb 2017 10:35:01 +0000 (+0900) Subject: [3.0] Fixed not to display mark-up text for copied text from calculator X-Git-Tag: accepted/tizen/3.0/common/20170209.112900^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ddfe4faed9f921212605993a8bb3598a444738c;hp=108122c6a960d27bc0354391a22189bfd376f72f;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git [3.0] Fixed not to display mark-up text for copied text from calculator Signed-off-by: suhyung Eom Change-Id: I15c036f17b21350e58f8aab374abb4412600a8a2 --- diff --git a/adaptors/ecore/wayland/clipboard-impl-ecore-wl.cpp b/adaptors/ecore/wayland/clipboard-impl-ecore-wl.cpp index 6f99055..695889c 100644 --- a/adaptors/ecore/wayland/clipboard-impl-ecore-wl.cpp +++ b/adaptors/ecore/wayland/clipboard-impl-ecore-wl.cpp @@ -99,8 +99,6 @@ struct Clipboard::Impl // ELM_SEL_TYPE_CLIPBOARD - To distinguish clipboard selection in cbhm types[++i] = "CLIPBOARD_BEGIN"; - types[++i] = "application/x-elementary-markup"; - types[++i] = "text/plain"; types[++i] = "text/plain;charset=utf-8"; // ELM_SEL_TYPE_CLIPBOARD - To distinguish clipboard selection in cbhm @@ -113,8 +111,6 @@ struct Clipboard::Impl const char *types[10] = {0, }; int i = -1; - types[++i] = "application/x-elementary-markup"; - types[++i] = "text/plain"; types[++i] = "text/plain;charset=utf-8"; ecore_wl_dnd_selection_get(ecore_wl_input_get(), *types); }