[elm_webview]fix wrong patched code
authorRyuan Choi <ryuan.choi@samsung.com>
Thu, 16 Sep 2010 07:33:35 +0000 (16:33 +0900)
committerRyuan Choi <ryuan.choi@samsung.com>
Thu, 16 Sep 2010 07:33:35 +0000 (16:33 +0900)
src/lib/els_webview.c

index d337b2d..d19c62f 100644 (file)
@@ -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