From 54e01b5cb31cab37acaa5b8a344548d21f68f129 Mon Sep 17 00:00:00 2001 From: Ryuan Choi Date: Thu, 16 Sep 2010 16:33:35 +0900 Subject: [PATCH] [elm_webview]fix wrong patched code --- src/lib/els_webview.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/els_webview.c b/src/lib/els_webview.c index d337b2d..d19c62f 100644 --- a/src/lib/els_webview.c +++ b/src/lib/els_webview.c @@ -928,6 +928,7 @@ _smart_navigation_policy_decision(Ewk_View_Smart_Data *esd, Ewk_Frame_Resource_R if (sd->scheme_func_hash) { + protocol_hack = strstr(request->url, ":"); if (!protocol_hack) { protocol_hack = "http"; //FIXME -- 2.7.4