aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2012-06-22 15:28:31 +0800
committerCarlos Garcia Campos <carlosgc@gnome.org>2012-06-25 19:16:54 +0800
commitd87fd5e750f7c5eafd7512ba0e9e15363a00be6f (patch)
tree0ed25249b2135dbd73dd4158827e3790c7b3b2da /embed/ephy-embed.c
parent80a2f896948ce6debf1b215127cce14b16786f8f (diff)
downloadgsoc2013-epiphany-d87fd5e750f7c5eafd7512ba0e9e15363a00be6f.tar
gsoc2013-epiphany-d87fd5e750f7c5eafd7512ba0e9e15363a00be6f.tar.gz
gsoc2013-epiphany-d87fd5e750f7c5eafd7512ba0e9e15363a00be6f.tar.bz2
gsoc2013-epiphany-d87fd5e750f7c5eafd7512ba0e9e15363a00be6f.tar.lz
gsoc2013-epiphany-d87fd5e750f7c5eafd7512ba0e9e15363a00be6f.tar.xz
gsoc2013-epiphany-d87fd5e750f7c5eafd7512ba0e9e15363a00be6f.tar.zst
gsoc2013-epiphany-d87fd5e750f7c5eafd7512ba0e9e15363a00be6f.zip
Port hovering over link to WebKit2
https://bugzilla.gnome.org/show_bug.cgi?id=678599
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r--embed/ephy-embed.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 6cff6c0ee..8c0fa5363 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -848,14 +848,9 @@ ephy_embed_constructed (GObject *object)
NULL);
#endif
-#ifdef HAVE_WEBKIT2
- /* TODO: status message? */
-#else
priv->status_handler_id = g_signal_connect (web_view, "notify::status-message",
G_CALLBACK (status_message_notify_cb),
embed);
-#endif
-
#ifdef HAVE_WEBKIT2
/* Window properties */
window_properties = webkit_web_view_get_window_properties (web_view);