- use new ecore_file_download api
authorcodewarrior <codewarrior>
Fri, 7 Apr 2006 12:27:20 +0000 (12:27 +0000)
committercodewarrior <codewarrior@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 7 Apr 2006 12:27:20 +0000 (12:27 +0000)
SVN revision: 21927

src/bin/e_apps.c

index 0c89f84..4828539 100644 (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;
      }
 }