From 1b7aa7ffe53843f072e3de5e28bdf06faa7980b9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 26 Jun 2014 19:04:14 +0100 Subject: make fetchers scheduled --- content/fetchers/curl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'content/fetchers') diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c index 39c15b930..32b7189db 100644 --- a/content/fetchers/curl.c +++ b/content/fetchers/curl.c @@ -500,9 +500,7 @@ bool fetch_curl_initiate_fetch(struct curl_fetch_info *fetch, CURL *handle) /* add to the global curl multi handle */ codem = curl_multi_add_handle(fetch_curl_multi, fetch->curl_handle); assert(codem == CURLM_OK || codem == CURLM_CALL_MULTI_PERFORM); - - guit->browser->schedule(10, (void *)fetch_curl_poll, NULL); - + return true; } -- cgit v1.2.3