I think someone meant to set it like this originally but was confused by the double negative.

ecore_con_url no longer shows progress bars


SVN revision: 56239
This commit is contained in:
Mike Blumenkrantz 2011-01-20 09:27:19 +00:00
parent 7957334611
commit 88a8651acb
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ ecore_con_url_new(const char *url)
curl_easy_setopt(url_con->curl_easy, CURLOPT_PROGRESSFUNCTION,
_ecore_con_url_progress_cb);
curl_easy_setopt(url_con->curl_easy, CURLOPT_PROGRESSDATA, url_con);
curl_easy_setopt(url_con->curl_easy, CURLOPT_NOPROGRESS, EINA_FALSE);
curl_easy_setopt(url_con->curl_easy, CURLOPT_NOPROGRESS, EINA_TRUE);
curl_easy_setopt(url_con->curl_easy, CURLOPT_HEADERFUNCTION,
_ecore_con_url_header_cb);