diff options
-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 54af56a70..ca656c793 100644 --- a/lib/history/ephy-history-service.c +++ b/lib/history/ephy-history-service.c @@ -529,7 +529,7 @@ ephy_history_service_execute_get_hosts (EphyHistoryService *self, hosts = ephy_history_service_get_all_hosts (self); *results = hosts; - return hosts != NULL; + return TRUE; } void |