Fix one too many argument in handle_link_hints
This commit is contained in:
parent
66a47613b0
commit
6411603058
1 changed files with 1 additions and 1 deletions
|
@ -2044,7 +2044,7 @@ handle_link_hints (WebKitWebView* web_view,
|
||||||
" }"
|
" }"
|
||||||
"}"
|
"}"
|
||||||
"if (l != 'undefined') { l; }"
|
"if (l != 'undefined') { l; }"
|
||||||
,utf8,utf8
|
, utf8
|
||||||
);
|
);
|
||||||
g_free (utf8);
|
g_free (utf8);
|
||||||
result = sokoke_js_script_eval (js_context, script, NULL);
|
result = sokoke_js_script_eval (js_context, script, NULL);
|
||||||
|
|
Loading…
Reference in a new issue