diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-05-28 17:41:47 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-05-28 17:41:47 +0800 |
commit | 20feb46533bc952744580cc2825265b6ba0d98ef (patch) | |
tree | ead37c78bfafe135a943011827ac591a2550408b /embed/ephy-history.c | |
parent | 4f86399784893cf8692901bf6c231ec09f9075a0 (diff) | |
download | gsoc2013-epiphany-20feb46533bc952744580cc2825265b6ba0d98ef.tar.gz gsoc2013-epiphany-20feb46533bc952744580cc2825265b6ba0d98ef.tar.zst gsoc2013-epiphany-20feb46533bc952744580cc2825265b6ba0d98ef.zip |
Make it build with mozilla cvs. Remove only pages on history clear, the
2003-05-28 Marco Pesenti Gritti <marco@it.gnome.org>
* configure.in:
* embed/ephy-history.c: (ephy_history_clear):
* embed/mozilla/GlobalHistory.cpp:
Make it build with mozilla cvs.
Remove only pages on history clear, the sites
are automatically removed (fix freeze).
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r-- | embed/ephy-history.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c index 525e13326..f93982aad 100644 --- a/embed/ephy-history.c +++ b/embed/ephy-history.c @@ -860,12 +860,6 @@ ephy_history_clear (EphyHistory *gh) ephy_node_unref (node); } - /* The first node is All, dont unref it */ - while ((node = ephy_node_get_nth_child (gh->priv->hosts, 1)) != NULL) - { - ephy_node_unref (node); - } - ephy_history_save (gh); } |