aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-service.c
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-03-07 22:40:21 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-03-08 00:14:10 +0800
commit5d2779a4aa7e8fd9736a9d828bdabe9554b9e008 (patch)
tree178ddf78876e37661eae43b0f1777757aff89218 /lib/history/ephy-history-service.c
parentd51cdf7240df9be55c43d9fe417173d2423aad35 (diff)
downloadgsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.tar
gsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.tar.gz
gsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.tar.bz2
gsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.tar.lz
gsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.tar.xz
gsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.tar.zst
gsoc2013-epiphany-5d2779a4aa7e8fd9736a9d828bdabe9554b9e008.zip
ephy-history-service: remove orphan hosts from database
After removing all the urls in a host, we don't need that host anymore. https://bugzilla.gnome.org/show_bug.cgi?id=671559
Diffstat (limited to 'lib/history/ephy-history-service.c')
-rw-r--r--lib/history/ephy-history-service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c
index b6fc827ec..54af56a70 100644
--- a/lib/history/ephy-history-service.c
+++ b/lib/history/ephy-history-service.c
@@ -788,6 +788,7 @@ ephy_history_service_execute_delete_urls (EphyHistoryService *self,
ephy_history_service_delete_url (self, url);
}
+ ephy_history_service_delete_orphan_hosts (self);
ephy_history_service_schedule_commit (self);
return TRUE;