# HG changeset patch # User Elliott Sales de Andrade # Date 1325645374 0 # Node ID aeaf9eebd5ec6ff427849cd84343bf613fc11ae0 # Parent 072e2329b65972b4700fd8500b6895cec44fa7cc If we handle a navigation request, then we should tell WebKit to ignore it. diff -r 072e2329b659 -r aeaf9eebd5ec pidgin/gtkwebview.c --- a/pidgin/gtkwebview.c Wed Jan 04 02:48:04 2012 +0000 +++ b/pidgin/gtkwebview.c Wed Jan 04 02:49:34 2012 +0000 @@ -213,6 +213,7 @@ /* the gtk imhtml way was to create an idle cb, not sure * why, so right now just using purple_notify_uri directly */ purple_notify_uri(NULL, uri); + webkit_web_policy_decision_ignore(policy_decision); } else webkit_web_policy_decision_use(policy_decision);