Mercurial > pidgin
changeset 32144:e7b7e36790f8
merge of '10d7899aac75e85039e557e2c4238e1b276a4353'
and '29e5737d31f8504f0f1b30ed6595671b0a735535'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Fri, 09 Sep 2011 03:32:27 +0000 |
parents | e7eba7a6a989 (diff) bd8b8224ad73 (current diff) |
children | 3f9b670cba14 |
files | |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkwebview.c Fri Sep 09 03:28:02 2011 +0000 +++ b/pidgin/gtkwebview.c Fri Sep 09 03:32:27 2011 +0000 @@ -196,9 +196,8 @@ /* 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_use(policy_decision); + } else + webkit_web_policy_decision_use(policy_decision); return TRUE; }