Fixed not to display wrong mark-up text for copied text from calculator 10/113410/2
authorsuhyung Eom <suhyung.eom@samsung.com>
Tue, 7 Feb 2017 10:35:01 +0000 (19:35 +0900)
committersu hyung Eom <suhyung.eom@samsung.com>
Thu, 23 Feb 2017 08:04:21 +0000 (00:04 -0800)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I778ad25af239b3db6f769d22dd1ee7e0f51f5b63

adaptors/ecore/wayland/clipboard-impl-ecore-wl.cpp

index e610003..19e040b 100644 (file)
@@ -96,8 +96,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
@@ -110,8 +108,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);
   }