[Xfce4-commits] <midori:master> Fix one too many argument in handle_link_hints
Christian Dywan
noreply at xfce.org
Thu Jul 5 22:12:01 CEST 2012
Updating branch refs/heads/master
to 641160305843216e3faa1355a4d13077c7a1de4e (commit)
from 66a47613b0d810142d6e7d9793562f112e29fd25 (commit)
commit 641160305843216e3faa1355a4d13077c7a1de4e
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Jul 5 22:09:34 2012 +0200
Fix one too many argument in handle_link_hints
midori/midori-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index 3095712..870fbee 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -2044,7 +2044,7 @@ handle_link_hints (WebKitWebView* web_view,
" }"
"}"
"if (l != 'undefined') { l; }"
- ,utf8,utf8
+ , utf8
);
g_free (utf8);
result = sokoke_js_script_eval (js_context, script, NULL);
More information about the Xfce4-commits
mailing list