aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--embed/ephy-embed.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index de1595085..a58e83f50 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -331,6 +331,9 @@ load_status_changed_cb (WebKitWebView *view,
restore_zoom_level (embed, uri);
+ if (ephy_web_view_is_loading_homepage (EPHY_WEB_VIEW (view)))
+ return;
+
/* TODO: move the normaliztion down to the history service? */
if (g_str_has_prefix (uri, EPHY_ABOUT_SCHEME))
history_uri = g_strdup_printf ("about:%s", uri + EPHY_ABOUT_SCHEME_LEN + 1);