aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-history.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-09 08:45:30 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-09 08:45:30 +0800
commit40b6378a13d1f2ed6a79f7dba10386115149dcd7 (patch)
treeafbc81977f629616eecbaa15044da52b550ebe4b /embed/ephy-history.c
parentbc6c348cb4faebda6c9ed0bcd6f51b0894103f8b (diff)
downloadgsoc2013-epiphany-40b6378a13d1f2ed6a79f7dba10386115149dcd7.tar
gsoc2013-epiphany-40b6378a13d1f2ed6a79f7dba10386115149dcd7.tar.gz
gsoc2013-epiphany-40b6378a13d1f2ed6a79f7dba10386115149dcd7.tar.bz2
gsoc2013-epiphany-40b6378a13d1f2ed6a79f7dba10386115149dcd7.tar.lz
gsoc2013-epiphany-40b6378a13d1f2ed6a79f7dba10386115149dcd7.tar.xz
gsoc2013-epiphany-40b6378a13d1f2ed6a79f7dba10386115149dcd7.tar.zst
gsoc2013-epiphany-40b6378a13d1f2ed6a79f7dba10386115149dcd7.zip
Do not save All node
2003-11-09 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-history.c: (ephy_history_save): Do not save All node
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);