From 8fba80aed3b650e5207b7f397370778c415fef70 Mon Sep 17 00:00:00 2001 From: Ryuan Choi Date: Mon, 23 Aug 2010 15:59:11 +0900 Subject: [PATCH] [elm_webview]block navigation_policy code until EWK applied --- src/lib/els_webview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/els_webview.c b/src/lib/els_webview.c index 6d82caa..49e7b54 100644 --- a/src/lib/els_webview.c +++ b/src/lib/els_webview.c @@ -338,7 +338,7 @@ _elm_smart_webview_add(Evas *evas, Eina_Bool tiled) _api.run_javascript_prompt = _smart_run_javascript_prompt; _api.should_interrupt_javascript = _smart_should_interrupt_javascript; _api.run_open_panel = _smart_run_open_panel; - _api.navigation_policy_decision = _smart_navigation_policy_decision; + //_api.navigation_policy_decision = _smart_navigation_policy_decision; _smart = evas_smart_class_new(&_api.sc); elm_theme_overlay_add(NULL, WEBVIEW_THEME_EDJ); -- 2.7.4