projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52fefb0
)
[elm_webview]fix wrong patched code
author
Ryuan Choi
<ryuan.choi@samsung.com>
Thu, 16 Sep 2010 07:33:35 +0000
(16:33 +0900)
committer
Ryuan Choi
<ryuan.choi@samsung.com>
Thu, 16 Sep 2010 07:33:35 +0000
(16:33 +0900)
src/lib/els_webview.c
patch
|
blob
|
history
diff --git
a/src/lib/els_webview.c
b/src/lib/els_webview.c
index
d337b2d
..
d19c62f
100644
(file)
--- 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