[evolution/wip-webkit2] EWebView - Fix hovering over link
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip-webkit2] EWebView - Fix hovering over link
- Date: Thu, 21 Nov 2013 15:08:44 +0000 (UTC)
commit a221ad7e2849b660eaacee6e95f751b1bc5e27ed
Author: Tomas Popela <tpopela redhat com>
Date: Thu Nov 21 16:08:14 2013 +0100
EWebView - Fix hovering over link
e-util/e-web-view.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c
index 5e2905f..253e6bd 100644
--- a/e-util/e-web-view.c
+++ b/e-util/e-web-view.c
@@ -526,10 +526,6 @@ web_view_mouse_target_changed_cb (EWebView *web_view,
EWebViewClass *class;
const gchar *title, *uri;
- /* We can test there is we are hovering over link, image .. */
- if (!webkit_hit_test_result_context_is_image (hit_test_result))
- return;
-
/* XXX WebKitWebView does not provide a class method for
* this signal, so we do so we can override the default
* behavior from subclasses for special URI types. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]