Bug #677631 - Some HTML links don't work

This commit is contained in:
Dan Vrátil
2012-06-12 18:28:30 +02:00
parent 7e9b6d1108
commit 2636ac8a2c

View File

@ -1703,6 +1703,11 @@ e_web_view_init (EWebView *web_view)
G_CALLBACK (web_view_navigation_policy_decision_requested_cb),
NULL);
g_signal_connect (
web_view, "new-window-policy-decision-requested",
G_CALLBACK (web_view_navigation_policy_decision_requested_cb),
NULL);
g_signal_connect (
web_view, "notify::load-status",
G_CALLBACK (web_view_load_status_changed_cb), NULL);