diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2011-08-26 19:29:28 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:43 +0800 |
commit | 446a84f8f5caf85055ae8bf3fdbf91f405888e68 (patch) | |
tree | 9a4db9488019b86cdbda285953a3b992a02bf2ed /embed | |
parent | 1e674a63960c512b0d66e987ee29c2d14446bf3c (diff) | |
download | gsoc2013-epiphany-446a84f8f5caf85055ae8bf3fdbf91f405888e68.tar gsoc2013-epiphany-446a84f8f5caf85055ae8bf3fdbf91f405888e68.tar.gz gsoc2013-epiphany-446a84f8f5caf85055ae8bf3fdbf91f405888e68.tar.bz2 gsoc2013-epiphany-446a84f8f5caf85055ae8bf3fdbf91f405888e68.tar.lz gsoc2013-epiphany-446a84f8f5caf85055ae8bf3fdbf91f405888e68.tar.xz gsoc2013-epiphany-446a84f8f5caf85055ae8bf3fdbf91f405888e68.tar.zst gsoc2013-epiphany-446a84f8f5caf85055ae8bf3fdbf91f405888e68.zip |
Use the new EphyBrowseHistory to add a URI to the history
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 097d3c070..68e0e9833 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -322,12 +322,7 @@ 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, - FALSE); + ephy_browse_history_add_page (embed->priv->browse_history, uri); } } |