diff options
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index a7758f9e0..994520529 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -162,6 +162,8 @@ load_status_changed_cb (WebKitWebView *view, ephy_embed_destroy_top_widgets (embed); restore_zoom_level (embed, uri); + + /* FIXME: we are not identifying redirects at the moment */ ephy_history_add_page (embed->priv->history, uri, FALSE, |