[epiphany/history-rewrite-second: 13/28] Use the new EphyBrowseHistory to add a URI to the history
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/history-rewrite-second: 13/28] Use the new EphyBrowseHistory to add a URI to the history
- Date: Tue, 28 Feb 2012 16:44:30 +0000 (UTC)
commit 5683a6db0237fce3ff51bfe4e33b44e2effe849a
Author: Claudio Saavedra <csaavedra igalia com>
Date: Fri Aug 26 14:29:28 2011 +0300
Use the new EphyBrowseHistory to add a URI to the history
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 097d3c0..68e0e98 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);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]