aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-history.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r--embed/ephy-history.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c
index 8afbead0e..666e6b4e6 100644
--- a/embed/ephy-history.c
+++ b/embed/ephy-history.c
@@ -192,7 +192,8 @@ ephy_history_save (EphyHistory *eb)
EPHY_HISTORY_XML_ROOT,
EPHY_HISTORY_XML_VERSION,
NULL, /* comment */
- eb->priv->hosts, 0,
+ eb->priv->hosts,
+ 1, eb->priv->pages,
eb->priv->pages, 0,
NULL);