From 92a0c59e302f75d46160a1f00bebdd48ebaa5372 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Mon, 20 May 2013 18:30:33 +0300 Subject: ephy-web-view: thaw history when load is finished Otherwise we end up creating snapshots for error pages. --- embed/ephy-web-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index 92cdb3896..30df94636 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -1621,8 +1621,6 @@ load_changed_cb (WebKitWebView *web_view, g_free (history_uri); } - ephy_web_view_thaw_history (view); - break; } case WEBKIT_LOAD_FINISHED: @@ -1646,6 +1644,8 @@ load_changed_cb (WebKitWebView *web_view, priv->snapshot_idle_id = g_idle_add_full (G_PRIORITY_LOW, (GSourceFunc)web_view_check_snapshot, web_view, NULL); } + ephy_web_view_thaw_history (view); + break; } -- cgit v1.2.3