From 4ddfe4faed9f921212605993a8bb3598a444738c Mon Sep 17 00:00:00 2001 From: suhyung Eom Date: Tue, 7 Feb 2017 19:35:01 +0900 Subject: [PATCH] [3.0] Fixed not to display mark-up text for copied text from calculator Signed-off-by: suhyung Eom Change-Id: I15c036f17b21350e58f8aab374abb4412600a8a2 --- adaptors/ecore/wayland/clipboard-impl-ecore-wl.cpp | 4 ---- 1 file changed, 4 deletions(-) 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); } -- 2.7.4