From 40b6378a13d1f2ed6a79f7dba10386115149dcd7 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 9 Nov 2003 00:45:30 +0000 Subject: Do not save All node 2003-11-09 Marco Pesenti Gritti * embed/ephy-history.c: (ephy_history_save): Do not save All node --- ChangeLog | 6 ++++++ embed/ephy-history.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bf08846d6..150ddbd01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-11-09 Marco Pesenti Gritti + + * embed/ephy-history.c: (ephy_history_save): + + Do not save All node + 2003-11-08 Marco Pesenti Gritti * embed/mozilla/mozilla-embed-persist.cpp: 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); -- cgit v1.2.3