I think someone meant to set it like this originally but was confused by the double...
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 20 Jan 2011 09:27:19 +0000 (09:27 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 20 Jan 2011 09:27:19 +0000 (09:27 +0000)
ecore_con_url no longer shows progress bars

SVN revision: 56239

legacy/ecore/src/lib/ecore_con/ecore_con_url.c

index 1d6fcf5..fb94c5b 100644 (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);