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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 8307a0617..ce0312ad1 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -1574,6 +1574,9 @@ load_changed_cb (WebKitWebView *web_view,
priv->status_message = g_strdup (priv->loading_title);
g_object_notify (object, "status-message");
+ /* Zoom level. */
+ restore_zoom_level (view, loading_uri);
+
break;
}
case WEBKIT_LOAD_REDIRECTED:
@@ -1597,9 +1600,6 @@ load_changed_cb (WebKitWebView *web_view,
ephy_web_view_set_security_level (EPHY_WEB_VIEW (web_view), security_level);
- /* Zoom level. */
- restore_zoom_level (view, uri);
-
/* History. */
if (!ephy_web_view_is_history_frozen (view)) {
char *history_uri = NULL;