[evolution] Bug #677631 - Some HTML links don't work
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug #677631 - Some HTML links don't work
- Date: Tue, 12 Jun 2012 16:34:25 +0000 (UTC)
commit 2636ac8a2c6c2a0cf6e66dda64bbd2e2d3ee7c30
Author: Dan VrÃtil <dvratil redhat com>
Date: Tue Jun 12 18:28:30 2012 +0200
Bug #677631 - Some HTML links don't work
widgets/misc/e-web-view.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c
index af71e28..956f721 100644
--- a/widgets/misc/e-web-view.c
+++ b/widgets/misc/e-web-view.c
@@ -1704,6 +1704,11 @@ e_web_view_init (EWebView *web_view)
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]