From 7cdcf21d2d2f31a97adaea627acdffcd1b024b41 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 4 May 2010 13:02:56 +0200 Subject: ephy-embed: add FIXME about redirects and EphyHistory --- embed/ephy-embed.c | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit