diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-09 08:45:30 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-09 08:45:30 +0800 |
commit | 40b6378a13d1f2ed6a79f7dba10386115149dcd7 (patch) | |
tree | afbc81977f629616eecbaa15044da52b550ebe4b /embed | |
parent | bc6c348cb4faebda6c9ed0bcd6f51b0894103f8b (diff) | |
download | gsoc2013-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')
-rw-r--r-- | embed/ephy-history.c | 3 |
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); |