- use new ecore_file_download api

SVN revision: 21927
This commit is contained in:
codewarrior 2006-04-07 12:27:20 +00:00 committed by codewarrior
parent 29541f7dbb
commit a2bcdfcbdc
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ _e_app_files_download(Evas_List *files)
if (!_e_app_is_eapp(file)) continue;
snprintf(buf, sizeof(buf), "%s/%s", _e_apps_path_all,
ecore_file_get_file(file));
if (!ecore_file_download(file, buf, NULL, NULL)) continue;
if (!ecore_file_download(file, buf, NULL, NULL, NULL)) continue;
}
}