From d0b56d660f1018741f0aabd5f5e02dc69db2e479 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 9 Apr 2015 20:45:37 +0100 Subject: Allow URL completion to pick up non-visited URLs --- amiga/stringview/urlhistory.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'amiga/stringview') diff --git a/amiga/stringview/urlhistory.c b/amiga/stringview/urlhistory.c index d55a4b4b6..c58a3770b 100644 --- a/amiga/stringview/urlhistory.c +++ b/amiga/stringview/urlhistory.c @@ -79,8 +79,9 @@ static bool URLHistoryFound(nsurl *url, const struct url_data *data) { struct Node *node; - /* skip non-visited pages */ + /* skip non-visited pages - disabled for testing if(data->visits <= 0) return true; + */ /* skip this URL if it is already in the list */ if(URLHistory_FindPage(nsurl_access(url))) return true; -- cgit v1.2.3