actually create idler if no idler exists.. not timer. i suspect a typo

here. :)



SVN revision: 77984
This commit is contained in:
Carsten Haitzler 2012-10-15 07:38:56 +00:00
parent 93721ebdab
commit 7de4d6b72a
1 changed files with 1 additions and 1 deletions

View File

@ -1555,7 +1555,7 @@ _ecore_con_url_fd_handler(void *data __UNUSED__, Ecore_Fd_Handler *fd_handler __
if ((ms >= CURL_MIN_TIMEOUT) || (ms <= 0)) ms = CURL_MIN_TIMEOUT;
ecore_timer_interval_set(_curl_timer, (double)ms / 1000.0);
if (!_curl_timer)
if (!_curl_idler)
_curl_idler = ecore_idler_add(_ecore_con_url_timer, NULL);
return ECORE_CALLBACK_CANCEL;