Modify "Paste" option not displaying in context menu
authorty.an <ty.an@samsung.com>
Wed, 29 Aug 2012 11:06:51 +0000 (20:06 +0900)
committerty.an <ty.an@samsung.com>
Fri, 31 Aug 2012 05:46:44 +0000 (14:46 +0900)
commit185ee835d38c02ca6fdf80159bba2c31f7c7ff7e
treed0c697ecbf5c4deb0b17de6529f639cb0baad16b
parentcafef2155b6c156de96eac9b4fa47189b4b1f226
Modify "Paste" option not displaying in context menu

[Title] Modify "Paste" option not displaying in context menu
[Issue] WEB-1654
[Problem] Fails to "Paste" the Copied text , "Paste" option not displaying
[Cause] changed some method in ewk_util_number_of_clipboard_items_get()
[Solution] modify in ewk_util_number_of_clipboard_items_get()
           - Delete routine about send message to get number of clipboard items.
           - Change second parameter of XGetWindowProperty to CBHM Ecore_X_Window.

Change-Id: I588ee12024d43f27e9ca9c35669c789f57d2cfab
Source/WebKit2/UIProcess/API/efl/ewk_util.cpp