aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-web-view.c')
-rw-r--r--embed/ephy-web-view.c4
1 files 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;
}