diff options
author | Xan Lopez <xan@gnome.org> | 2010-05-04 19:02:56 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-05-04 19:02:56 +0800 |
commit | 7cdcf21d2d2f31a97adaea627acdffcd1b024b41 (patch) | |
tree | b75d92af6f6edb40025dda2d5b0fda52d4b0e2f8 /embed/ephy-embed.c | |
parent | 285aa46afc29e1e0e3a3e8979d01b46407decee2 (diff) | |
download | gsoc2013-epiphany-7cdcf21d2d2f31a97adaea627acdffcd1b024b41.tar.gz gsoc2013-epiphany-7cdcf21d2d2f31a97adaea627acdffcd1b024b41.tar.zst gsoc2013-epiphany-7cdcf21d2d2f31a97adaea627acdffcd1b024b41.zip |
ephy-embed: add FIXME about redirects and EphyHistory
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, |