[epiphany] ephy-history-service: default handler for visit-url should be FALSE



commit bb62057c7da3fce1f7ddcbe3d235a220cee13a48
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Tue Mar 6 17:57:26 2012 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c
index 4c9e441..80b0f99 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]