Fixed N_SE-10037
authorTaejeong Lee <taejeong.lee@samsung.com>
Thu, 13 Sep 2012 13:54:39 +0000 (22:54 +0900)
committerTaejeong Lee <taejeong.lee@samsung.com>
Thu, 13 Sep 2012 14:14:19 +0000 (23:14 +0900)
Lockup error occur after tap Search the web option in music app.
"Search the Web" scheme action was not yet defined on WebApp policy,
so this menu is not support anymore.

src/view/webkit/view_logic.cpp

index 9e2dc9d..5c355cf 100644 (file)
@@ -1382,6 +1382,11 @@ void ViewLogic::contextmenuCustomizeCallback(
                 case kWKContextMenuItemTagOpenImageInNewWindow:
                     ewk_context_menu_item_remove(menu, item);
                     break;
+
+                case kWKContextMenuItemTagSearchWeb:
+                    ewk_context_menu_item_remove(menu, item);
+                    break;
+
                 default:
                     idx++;
                     break;