From bb62057c7da3fce1f7ddcbe3d235a220cee13a48 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Tue, 6 Mar 2012 17:57:26 +0200 Subject: ephy-history-service: default handler for visit-url should be FALSE So that AFTER handlers are executed as well --- lib/history/ephy-history-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c index 4c9e44179..80b0f99a2 100644 --- a/lib/history/ephy-history-service.c +++ b/lib/history/ephy-history-service.c @@ -134,7 +134,7 @@ impl_visit_url (EphyHistoryService *self, const char *url) visit, NULL, NULL); ephy_history_page_visit_free (visit); - return TRUE; + return FALSE; } static void -- cgit v1.2.3