diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/ephy-history.c | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2003-11-09 Marco Pesenti Gritti <marco@gnome.org> + + * embed/ephy-history.c: (ephy_history_save): + + Do not save All node + 2003-11-08 Marco Pesenti Gritti <marco@gnome.org> * 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); |