diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/history/ephy-history-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |