Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
- use new ecore_file_download api

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -3 -r1.128 -r1.129
--- e_apps.c    25 Mar 2006 05:28:57 -0000      1.128
+++ e_apps.c    7 Apr 2006 12:27:20 -0000       1.129
@@ -563,7 +563,7 @@
        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;
      }
 }
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to